diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2013-09-11 16:49:07 +0200 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2013-09-11 16:49:07 +0200 |
commit | c4d8ba02bd5efbd8f6b1fae11b78c096b41c57eb (patch) | |
tree | 7aa7cb05c946fc7459321871d7e6c4556816bc89 /configure.in | |
parent | a96671eba96370ac078b09599ffc9612aa24e262 (diff) | |
download | pam-c4d8ba02bd5efbd8f6b1fae11b78c096b41c57eb.tar.gz pam-c4d8ba02bd5efbd8f6b1fae11b78c096b41c57eb.tar.bz2 pam-c4d8ba02bd5efbd8f6b1fae11b78c096b41c57eb.zip |
Release version 1.1.7
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1961354a..f1b688cd 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.6) +AM_INIT_AUTOMAKE("Linux-PAM", 1.1.7) LT_INIT([disable-static]) AC_PREREQ([2.61]) AC_CONFIG_HEADERS([config.h]) |