summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac2
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])