diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-11-19 08:43:37 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-11-19 08:43:37 +0000 |
commit | 5be588e2c8c19bca629393352661a02840f004c8 (patch) | |
tree | b9e9aa7df58e668be4531bce6b0570408e2ab332 | |
parent | bde4a82c49a456d08d745d32418a5ccd7252912f (diff) | |
download | pam-5be588e2c8c19bca629393352661a02840f004c8.tar.gz pam-5be588e2c8c19bca629393352661a02840f004c8.tar.bz2 pam-5be588e2c8c19bca629393352661a02840f004c8.zip |
Relevant BUGIDs:
Purpose of commit:
new feature
Commit summary:
---------------
set version number to 0.79
-rw-r--r-- | CHANGELOG | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -60,6 +60,10 @@ BerliOS Bugs are marked with (BerliOS #XXXX). ==================================================================== +0.79: please submit patches for this section with actual code/doc + patches! + + 0.78: Do Nov 18 14:48:36 CET 2004 * pam_unix: change the order of trying password changes - local first, @@ -1319,7 +1319,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu LIBPAM_VERSION_MAJOR=0 -LIBPAM_VERSION_MINOR=78 +LIBPAM_VERSION_MINOR=79 diff --git a/configure.in b/configure.in index ce9c310d..50ce85df 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ dnl Release specific dnl LIBPAM_VERSION_MAJOR=0 -LIBPAM_VERSION_MINOR=78 +LIBPAM_VERSION_MINOR=79 AC_SUBST(LIBPAM_VERSION_MAJOR) AC_SUBST(LIBPAM_VERSION_MINOR) |