diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -60,8 +60,10 @@ BerliOS Bugs are marked with (BerliOS #XXXX). ==================================================================== -0.80: please submit patches for this section with actual code/doc +0.81: please submit patches for this section with actual code/doc patches! + +0.80: Wed Jul 13 13:23:20 CEST 2005 * pam_tally: test for NULL data before dereferencing them (t8m) * pam_unix: fix regression introduced in 0.78 - both NIS and local password should be changed if possible (t8m) @@ -1320,7 +1320,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu LIBPAM_VERSION_MAJOR=0 -LIBPAM_VERSION_MINOR=80 +LIBPAM_VERSION_MINOR=81 diff --git a/configure.in b/configure.in index f82c028a..ff1bf311 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ dnl Release specific dnl LIBPAM_VERSION_MAJOR=0 -LIBPAM_VERSION_MINOR=80 +LIBPAM_VERSION_MINOR=81 AC_SUBST(LIBPAM_VERSION_MAJOR) AC_SUBST(LIBPAM_VERSION_MINOR) |