increase version number to be ready for a new release
authorkouril <kouril>
Tue, 27 Apr 2004 14:14:08 +0000 (14:14 +0000)
committerkouril <kouril>
Tue, 27 Apr 2004 14:14:08 +0000 (14:14 +0000)
configure.in
src/mod_auth_kerb.c

index 9e8ce87..009177a 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, 0.5-rc4, modauthkerb-developers@lists.sourceforge.net)
+AC_INIT(mod_auth_kerb, 0.5-rc5, modauthkerb-developers@lists.sourceforge.net)
 AC_CONFIG_SRCDIR([src/mod_auth_kerb.c])
 AC_CONFIG_HEADER([config.h])
 
index 175bbf1..5a78a87 100644 (file)
@@ -46,7 +46,7 @@
 
 #include "config.h"
 
-#define MODAUTHKERB_VERSION "5.0-rc4"
+#define MODAUTHKERB_VERSION "5.0-rc5"
 
 #include <httpd.h>
 #include <http_config.h>