diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-01-17 14:18:33 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-01-17 14:18:33 +0000 |
commit | c075ba196389d2e05770fe5cb6d66695d29a56fa (patch) | |
tree | 6dfc3c443cd5748cdcb84c062e2468a854f5f4c8 /configure.in | |
parent | 9eec86dc969dc17f2ebd452693d59b5871367187 (diff) | |
download | pam-c075ba196389d2e05770fe5cb6d66695d29a56fa.tar.gz pam-c075ba196389d2e05770fe5cb6d66695d29a56fa.tar.bz2 pam-c075ba196389d2e05770fe5cb6d66695d29a56fa.zip |
Relevant BUGIDs:
Purpose of commit: release
Commit summary:
---------------
2007-01-17 Thorsten Kukuk <kukuk@thkukuk.de>
* release 0.99.7.0
* configure.in: Set version number to 0.99.7.0
* Makefile.am (M4_FILES): Replace GNU make extension by listing
all m4 files.
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 eac7834c..3992ef54 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.6.3) +AM_INIT_AUTOMAKE("Linux-PAM", 0.99.7.0) AC_PREREQ([2.60]) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST |