diff --git a/ChangeLog b/ChangeLog index 1621253d..d5cd4b23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Prepare the 4.1.2 release * NEWS: set the release date. * man/po/*.po, po/*.po: Updated PO files. + * configure.in: Set the version to 4.1.2. 2008-05-25 Nicolas François diff --git a/configure.in b/configure.in index 184d281e..41bc8007 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT -AM_INIT_AUTOMAKE(shadow, 4.1.1) +AM_INIT_AUTOMAKE(shadow, 4.1.2) AC_CONFIG_HEADERS([config.h]) dnl Some hacks...