Relevant BUGIDs:

Purpose of commit:

new feature

Commit summary:
---------------

set version number to 0.79
This commit is contained in:
Thorsten Kukuk 2004-11-19 08:43:37 +00:00
parent bde4a82c49
commit 5be588e2c8
3 changed files with 6 additions and 2 deletions

View File

@ -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,

2
configure vendored
View File

@ -1319,7 +1319,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
LIBPAM_VERSION_MAJOR=0
LIBPAM_VERSION_MINOR=78
LIBPAM_VERSION_MINOR=79

View File

@ -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)