increased version number before creating a new release v5.0-rc3
authorkouril <kouril>
Fri, 7 Nov 2003 15:29:25 +0000 (15:29 +0000)
committerkouril <kouril>
Fri, 7 Nov 2003 15:29:25 +0000 (15:29 +0000)
configure.in
src/mod_auth_kerb.c

index cea911f..7f40efc 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_REVISION($Revision$)
 AC_PREREQ(2.53)
-AC_INIT(mod_auth_kerb, 0.5-rc2, modauthkerb-developers@lists.sourceforge.net)
+AC_INIT(mod_auth_kerb, 0.5-rc3, modauthkerb-developers@lists.sourceforge.net)
 AC_CONFIG_SRCDIR([src/mod_auth_kerb.c])
 AC_CONFIG_HEADER([config.h])
 
index a0ed0c9..97b4761 100644 (file)
@@ -72,7 +72,7 @@
 
 #include "config.h"
 
-#define MODAUTHKERB_VERSION "5.0-rc2"
+#define MODAUTHKERB_VERSION "5.0-rc3"
 
 #ifndef APXS1
 #include "ap_compat.h"