From a9e74ac42d086351d0ea5656298e69e950c82b59 Mon Sep 17 00:00:00 2001 From: kouril Date: Fri, 1 Sep 2006 11:36:19 +0000 Subject: [PATCH] increased versions to 5.1 --- Makefile.in | 7 +++++++ configure.in | 2 +- src/mod_auth_kerb.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a4ae206..7d17e9f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,4 +31,11 @@ distclean: clean $(RM) config.h config.status Makefile config.log $(RM) -rf autom4te.cache +make_release: + echo "Did you increase version numbers?" + autoconf + $(RM) -rf autom4te.cache + $(RM) -rf .cvsignore spnegokrb5/.cvsignore src/.cvsignore + $(RM) -rf CVS spnegokrb5/CVS src/CVS + .PHONY: all install clean distclean diff --git a/configure.in b/configure.in index 7f70d4f..0e90cc1 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_REVISION($Revision$) AC_PREREQ(2.57) -AC_INIT(mod_auth_kerb, 5.0, modauthkerb-developers@lists.sourceforge.net) +AC_INIT(mod_auth_kerb, 5.1, modauthkerb-developers@lists.sourceforge.net) AC_CONFIG_SRCDIR([src/mod_auth_kerb.c]) AC_CONFIG_HEADER([config.h]) diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index f567ab6..312a8bd 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -50,7 +50,7 @@ #include #include -#define MODAUTHKERB_VERSION "5.0" +#define MODAUTHKERB_VERSION "5.1" #define MECH_NEGOTIATE "Negotiate" #define SERVICE_NAME "HTTP" -- 2.1.4