diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-11 00:39:44 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-11 00:39:44 +0000 |
commit | c317d5f86baaffcd8adf45c20757fafe6c190694 (patch) | |
tree | a0672b8e7c4e4054a2d77d28f8e5814f27c6e9c1 /configure.in | |
parent | b242762dbe2f3acc1d60a6c1f1363af4d471ad84 (diff) | |
download | pam-c317d5f86baaffcd8adf45c20757fafe6c190694.tar.gz pam-c317d5f86baaffcd8adf45c20757fafe6c190694.tar.bz2 pam-c317d5f86baaffcd8adf45c20757fafe6c190694.zip |
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
Prepare 0.99.6.1 release
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 a2b2a73a..f917e4f3 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.0) +AM_INIT_AUTOMAKE("Linux-PAM", 0.99.6.1) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST |