From 10ac36fdc45532acb00ec47aab28b5cc6198820f Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 9 Oct 2007 12:50:40 +0000 Subject: Relevant BUGIDs: Purpose of commit: release Commit summary: --------------- 2007-10-09 Thorsten Kukuk * release version 0.99.9.0 * configure.in: Increase vesion number. * libpam/Makefile.am: Increase release number. * libpam_misc/Makefile.am: Increase release number. * po/*.po: Regenerate. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6ac1f32b..db00a62b 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(conf/pam_conv1/pam_conv_y.y) -AM_INIT_AUTOMAKE("Linux-PAM", 0.99.8.1) +AM_INIT_AUTOMAKE("Linux-PAM", 0.99.9.0) AC_PREREQ([2.60]) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST -- cgit v1.2.3