citserver version to 907
authorArt Cancro <ajc@citadel.org>
Thu, 2 Mar 2017 13:10:06 +0000 (08:10 -0500)
committerArt Cancro <ajc@citadel.org>
Thu, 2 Mar 2017 13:10:06 +0000 (08:10 -0500)
citadel/citadel.h
citadel/configure.ac

index 70e084002a50a1703fc7003a06ec5821486b404b..d728af6ecbc5b6f34924ac7682efe40fd0955ff5 100644 (file)
@@ -45,7 +45,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      906             /* This version */
+#define REV_LEVEL      907             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
 #define LIBCITADEL_MIN 903             /* Minimum required version of libcitadel */
index 82482fc56bd0d93b16c8908438c37d34130d5896..0e0247f3d3dbc4b036797b74141d1b0e690125d1 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [906], [http://www.citadel.org/])
+AC_INIT([Citadel], [907], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)