increased versions to 5.1 v5.1
authorkouril <kouril>
Fri, 1 Sep 2006 11:36:19 +0000 (11:36 +0000)
committerkouril <kouril>
Fri, 1 Sep 2006 11:36:19 +0000 (11:36 +0000)
Makefile.in
configure.in
src/mod_auth_kerb.c

index a4ae206..7d17e9f 100644 (file)
@@ -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
index 7f70d4f..0e90cc1 100644 (file)
@@ -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])
 
index f567ab6..312a8bd 100644 (file)
@@ -50,7 +50,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-#define MODAUTHKERB_VERSION "5.0"
+#define MODAUTHKERB_VERSION "5.1"
 
 #define MECH_NEGOTIATE "Negotiate"
 #define SERVICE_NAME "HTTP"