diff --git a/ChangeLog b/ChangeLog index 22f9a0da..5a1bed90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-20 Nicolas François + + * NEWS, configure.in: Next version will be 4.1.5. + 2010-03-20 Nicolas François * libmisc/limits.c: Re-indent to make pmccabe happy. diff --git a/NEWS b/NEWS index d3fd7398..2e2619c3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ $Id$ -shadow-4.1.4.2 -> shadow-4.1.4.3 UNRELEASED +shadow-4.1.4.2 -> shadow-4.1.5 UNRELEASED - general * report usage error to stderr, but report usage help to stdout (and return diff --git a/configure.in b/configure.in index f99ab2c7..584ce7b5 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.4.2) +AM_INIT_AUTOMAKE(shadow, 4.1.5) AC_CONFIG_HEADERS([config.h]) dnl Some hacks...