diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-09-24 04:35:26 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-09-24 04:35:26 +0000 |
commit | 2b71955aec63541e4b071c12eae9fba76e7085fa (patch) | |
tree | 3e0c593f6e94f7b236b1f26a5d1f0b4c7b19ac6b /configure.in | |
parent | f5585b3dba7589d1a145045672dc63dd31afb615 (diff) | |
download | pam-2b71955aec63541e4b071c12eae9fba76e7085fa.tar.gz pam-2b71955aec63541e4b071c12eae9fba76e7085fa.tar.bz2 pam-2b71955aec63541e4b071c12eae9fba76e7085fa.zip |
Relevant BUGIDs: 612956
Purpose of commit: cleanup
Commit summary:
---------------
set up for 0.78 development
add pgp key transition info (in the pgp.keys.asc file).
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 01f5dab8..3c498a7c 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ dnl Release specific dnl LIBPAM_VERSION_MAJOR=0 -LIBPAM_VERSION_MINOR=77 +LIBPAM_VERSION_MINOR=78 AC_SUBST(LIBPAM_VERSION_MAJOR) AC_SUBST(LIBPAM_VERSION_MINOR) |