From 2303ddd0de5ed8af5a5eb28cfc7805e5d2192b52 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 24 May 2008 23:15:47 +0000 Subject: [PATCH] Set the version to 4.1.2. --- ChangeLog | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1621253d4..d5cd4b238 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 184d281e9..41bc80074 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... -- 2.47.2