diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-24 18:01:22 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-24 18:01:22 +0000 |
commit | 4f552174b48efdde7d47e090ebc6203657adc19b (patch) | |
tree | 3149830727becf72d4a5f0ead3d212b2ef89c6cc /configure.in | |
parent | 59a0a225801c71269dc07f96df3861b74f7949e3 (diff) | |
download | pam-4f552174b48efdde7d47e090ebc6203657adc19b.tar.gz pam-4f552174b48efdde7d47e090ebc6203657adc19b.tar.bz2 pam-4f552174b48efdde7d47e090ebc6203657adc19b.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-08-24 Thorsten Kukuk <kukuk@thkukuk.de>
* release version 0.99.6.2
* modules/pam_lastlog/pam_lastlog.c (last_login_date): Create
lastlog file if it does not exist.
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 f917e4f3..0d59a176 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.1) +AM_INIT_AUTOMAKE("Linux-PAM", 0.99.6.2) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST |