From: Art Cancro Date: Thu, 2 Mar 2017 13:10:06 +0000 (-0500) Subject: citserver version to 907 X-Git-Tag: v939~623 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=a21ccc76e93fe4f0cf95257c1e5fffe76fdb09d5 citserver version to 907 --- diff --git a/citadel/citadel.h b/citadel/citadel.h index 70e084002..d728af6ec 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 */ diff --git a/citadel/configure.ac b/citadel/configure.ac index 82482fc56..0e0247f3d 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -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)