diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-01-22 08:03:01 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-01-22 08:03:01 +0000 |
commit | b89c0d4ccae2f48cfa1e28423e2fe86e1d435ec5 (patch) | |
tree | 75b9298ff2838f6e433afc58f35e9a598c608745 /configure.in | |
parent | ec6d77b384ea083cb69a1d6df91c875eee2d1228 (diff) | |
download | pam-b89c0d4ccae2f48cfa1e28423e2fe86e1d435ec5.tar.gz pam-b89c0d4ccae2f48cfa1e28423e2fe86e1d435ec5.tar.bz2 pam-b89c0d4ccae2f48cfa1e28423e2fe86e1d435ec5.zip |
Relevant BUGIDs: 129644
Purpose of commit: start next release
Commit summary:
---------------
I've bumped the version number, and added some Makefile code
for helping me make documentation releases.
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 2fc81853..69831bfc 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ dnl Release specific dnl LIBPAM_VERSION_MAJOR=0 -LIBPAM_VERSION_MINOR=74 +LIBPAM_VERSION_MINOR=75 AC_SUBST(LIBPAM_VERSION_MAJOR) AC_SUBST(LIBPAM_VERSION_MINOR) |