From 8609e24880e6077bb94d9eb5013b7cc7a7d11749 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 27 Oct 2007 23:22:11 +0000 Subject: [PATCH] Update the version number to 4.0.18.2 and the gettext version to 0.16. --- ChangeLog | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f64be971..2b56733d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-28 Nicolas François + + * 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 * po/ja.po: Remove a plural form. nplurals=1 for japanese. diff --git a/configure.in b/configure.in index 9209c755..67198494 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.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")