Version number to 7.22
authorArt Cancro <ajc@citadel.org>
Wed, 10 Oct 2007 17:23:54 +0000 (17:23 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 10 Oct 2007 17:23:54 +0000 (17:23 +0000)
citadel/citadel.h
citadel/configure.ac

index b36762151ffcc3d776ba6887179de97d9bd77969..c20ee80425ec1da64d8c7dae0bc3f1232bec9555 100644 (file)
@@ -47,9 +47,9 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      721             /* This version */
+#define REV_LEVEL      722             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
-#define EXPORT_REV_MIN 721             /* Oldest compatible export files */
+#define EXPORT_REV_MIN 722             /* Oldest compatible export files */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index ceb61bed1d371895e32d9a162d3d44646c54158d..13dd7bcaeb504b86ca66287e5294bff5fa4e5476 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.20], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.22], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)