summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2010-10-28 09:36:25 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2010-10-28 09:36:25 +0000
commit46cdce51ed99e5b86c613fb19dafa973c219d255 (patch)
treee9b3dd5ad3e20461f685b0fc6635b0499d1b25f9 /configure.in
parent4a662fcabd2c3914206cce3c7fb4d932fa9fcd9d (diff)
Relevant BUGIDs:
Purpose of commit: release Commit summary: --------------- 2010-10-28 Thorsten Kukuk <kukuk@thkukuk.de> * release version 1.1.3 * configure.in: Increase version to 1.1.3 * NEWS: document visible changes * libpam/Makefile.am (libpam_la_LDFLAGS): Bump version number.
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 a6f659da..d09d753f 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.1.2)
+AM_INIT_AUTOMAKE("Linux-PAM", 1.1.3)
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])