From 2ef1bd6b3bcd396715647bb3e13b2c3560ec7ba0 Mon Sep 17 00:00:00 2001 From: kouril Date: Tue, 27 Apr 2004 14:14:08 +0000 Subject: [PATCH] increase version number to be ready for 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 9e8ce87..009177a 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-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]) diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 175bbf1..5a78a87 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -46,7 +46,7 @@ #include "config.h" -#define MODAUTHKERB_VERSION "5.0-rc4" +#define MODAUTHKERB_VERSION "5.0-rc5" #include #include -- 2.1.4