From e2d72778719af5da5fe4fa6b3f51f3bee2bdc295 Mon Sep 17 00:00:00 2001 From: kouril Date: Tue, 28 Feb 2006 23:01:44 +0000 Subject: [PATCH] Bumped version --- configure.in | 2 +- src/mod_auth_kerb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9b39138..2882c9c 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, 0.5-rc6, modauthkerb-developers@lists.sourceforge.net) +AC_INIT(mod_auth_kerb, 5.0-rc7, 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 b161c6a..4b6512b 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -50,7 +50,7 @@ #include #include -#define MODAUTHKERB_VERSION "5.0-rc6" +#define MODAUTHKERB_VERSION "5.0-rc7" #define MECH_NEGOTIATE "Negotiate" #define SERVICE_NAME "HTTP" -- 2.1.4