Updated version number to 7.24
authorArt Cancro <ajc@citadel.org>
Thu, 15 Nov 2007 16:19:24 +0000 (16:19 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 15 Nov 2007 16:19:24 +0000 (16:19 +0000)
citadel/citadel.h
citadel/configure.ac

index 1bda089c64258ae24f251eaa18a00e9339ba46b6..e7381e077b46fc548067f12b3d266be6dfcc3649 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      723             /* This version */
+#define REV_LEVEL      724             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 722             /* Oldest compatible export files */
 
index 694f74b17cd3fd7384c40678f494ebf55ee01059..a5eb62499aa24f53340035943508c24df139c7ec 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [7.23], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.24], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)