From 1be580d3f50107243f4276ec84f192521e02871d Mon Sep 17 00:00:00 2001 From: kouril Date: Fri, 7 Nov 2003 15:29:25 +0000 Subject: [PATCH] increased version number before creating a new release --- 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 cea911f..7f40efc 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-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]) diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index a0ed0c9..97b4761 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-rc2" +#define MODAUTHKERB_VERSION "5.0-rc3" #ifndef APXS1 #include "ap_compat.h" -- 2.1.4