diff options
author | herbert <herbert@gondor.apana.org.au> | 2005-01-31 21:20:27 +1100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-09-26 18:33:03 +1000 |
commit | 1b5dcb2f59d50a78ecd7e68932a3bc50afdb7b38 (patch) | |
tree | 9ef976ef0024ba787a2eaad79fb4749fb0818e6f | |
parent | Corrected manual entry about ENV and non-interactive shells. (diff) | |
download | dash-1b5dcb2f59d50a78ecd7e68932a3bc50afdb7b38.tar.gz dash-1b5dcb2f59d50a78ecd7e68932a3bc50afdb7b38.zip |
Release 0.5.2.
TAG: v0.5.2
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4e7fdd5..8070b33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2005-01-31 Gerrit Pape <pape@smarden.org> + * Release 0.5.2. * Corrected manual entry about ENV and non-interactive shells. 2004-11-24 Gerrit Pape <pape@smarden.org> diff --git a/configure.ac b/configure.ac index f442ebf..a986200 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl $Id$ -AC_INIT(dash, 0.5.1) +AC_INIT(dash, 0.5.2) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/main.c]) |