From a293921843753a2c6b60af90a41fcb3028f6ae1b Mon Sep 17 00:00:00 2001 From: kouril Date: Mon, 6 Nov 2006 17:33:53 +0000 Subject: [PATCH] Increased version numbers --- 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 0e90cc1..1f120b7 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, 5.1, modauthkerb-developers@lists.sourceforge.net) +AC_INIT(mod_auth_kerb, 5.2, 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 6ce5ff6..9aca9d8 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -50,7 +50,7 @@ #include #include -#define MODAUTHKERB_VERSION "5.1" +#define MODAUTHKERB_VERSION "5.2" #define MECH_NEGOTIATE "Negotiate" #define SERVICE_NAME "HTTP" -- 2.1.4