summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@orinoco.thkukuk.de>2012-08-17 11:48:15 +0200
committerThorsten Kukuk <kukuk@orinoco.thkukuk.de>2012-08-17 11:48:15 +0200
commitd4931cce402b5957189ccd34fb283b1e8db47901 (patch)
treef7fc577d5abacf2324c5640897814726e50a5670 /configure.in
parentc62981a43a7da5d7c10e432874e7c66b47a4f363 (diff)
release version 1.1.6
configure.in: Bump version to 1.1.6 NEWS: Document changes po/*.po: Regenerate *.po files
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 cba05ee3..ae762a2e 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT
AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE("Linux-PAM", 1.1.5)
+AM_INIT_AUTOMAKE("Linux-PAM", 1.1.6)
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])