From: kouril Date: Fri, 19 Dec 2003 11:34:13 +0000 (+0000) Subject: Increased version number before publishing a new release X-Git-Tag: v5.0-rc4~14 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.git;a=commitdiff_plain;h=d6db8e85bf9fa86bfe7af9eb463b95d99148bcdf Increased version number before publishing a new release --- diff --git a/configure.in b/configure.in index e09b685..f16a345 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.53) -AC_INIT(mod_auth_kerb, 0.5-rc3, modauthkerb-developers@lists.sourceforge.net) +AC_INIT(mod_auth_kerb, 0.5-rc4, 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 9dd6169..1d0c322 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -72,7 +72,7 @@ #include "config.h" -#define MODAUTHKERB_VERSION "5.0-rc3" +#define MODAUTHKERB_VERSION "5.0-rc4" #ifndef APXS1 #include "ap_compat.h"