]> granicus.if.org Git - shadow/commitdiff
Update the version number to 4.0.18.2 and the gettext version to 0.16.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 27 Oct 2007 23:22:11 +0000 (23:22 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 27 Oct 2007 23:22:11 +0000 (23:22 +0000)
ChangeLog
configure.in

index f64be9715b2539ff893652b6833e52d2e0b71723..2b56733d5e27a4b874db40773fc32cd52eac4fcf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-28  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * configure.in: Prepare the next release: 4.0.18.2. The gettext
+       version used for the configuration will be 0.16.
+
 2007-10-28  Nicolas François  <nicolas.francois@centraliens.net>
 
        * po/ja.po: Remove a plural form. nplurals=1 for japanese.
index 9209c755d357898e643ca2a4ce433e0b2f22ecc0..67198494e56e3529024f508df955c0f5b3320999 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT
-AM_INIT_AUTOMAKE(shadow, 4.0.18.1)
+AM_INIT_AUTOMAKE(shadow, 4.0.18.2)
 AC_CONFIG_HEADERS([config.h])
 
 dnl Some hacks...
@@ -331,7 +331,7 @@ if test "$with_skey" = "yes"; then
        ],[AC_DEFINE(SKEY_BSD_STYLE, 1, [Define to support newer BSD S/Key API])])
 fi
 
-AM_GNU_GETTEXT_VERSION(0.12.1)
+AM_GNU_GETTEXT_VERSION(0.16)
 AM_GNU_GETTEXT([external], [need-ngettext])
 AM_CONDITIONAL(USE_NLS, test "x$USE_NLS" = "xyes")