summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2009-03-09 13:07:34 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2009-03-09 13:07:34 +0000
commit72855d240704c34326c9ae2db56e18f926218b3b (patch)
tree31984c627dd13cdd52597a3a036d0f2f07d73bd3 /configure.in
parentc773c1786718c76155074331c7da60e934786da3 (diff)
Relevant BUGIDs:
Purpose of commit: release Commit summary: --------------- 2009-03-09 Thorsten Kukuk <kukuk@thkukuk.de> * release version 1.0.91 * libpam/Makefile.am (libpam_la_LDFLAGS): Bump version number. * xtests/Makefile.am: Add tst-pam_unix4.pamd, tst-pam_unix4.sh and time.conf.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5e692dee..90d13d1a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT
AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y])
-AM_INIT_AUTOMAKE("Linux-PAM", 1.0.90)
+AM_INIT_AUTOMAKE("Linux-PAM", 1.0.91)
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])