summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a8ae35..cb14a06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-05 Claudio Fontana <claudio@gnu.org>
+
+ version 4.2 released.
+
2006-07-22 Claudio Fontana <claudio@gnu.org>
* configure.ac: add header checks for terminal-related stuff.
diff --git a/configure.ac b/configure.ac
index b18893b..d97f7aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([idutils], [cvs], [bug-idutils@gnu.org])
+AC_INIT([idutils], [4.2], [bug-idutils@gnu.org])
AC_GNU_SOURCE
AM_INIT_AUTOMAKE