From a21ccc76e93fe4f0cf95257c1e5fffe76fdb09d5 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 2 Mar 2017 08:10:06 -0500 Subject: [PATCH] citserver version to 907 --- citadel/citadel.h | 2 +- citadel/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2