From 04d1ceb0880d7ae15a2b9514728ad5be7e9b569a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 20 Jul 2010 21:40:08 +0000 Subject: [PATCH] * internal version number 781 in trunk, so we can do webcit development against stable citserver for now --- citadel/citadel.h | 4 ++-- citadel/configure.ac | 2 +- libcitadel/configure.in | 2 +- libcitadel/lib/libcitadel.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 9de0743d4..266eac3a6 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -53,10 +53,10 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 780 /* This version */ +#define REV_LEVEL 781 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 760 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 780 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 781 /* Minimum required version of libcitadel */ #define SERVER_TYPE 0 /* zero for stock Citadel; other developers please obtain SERVER_TYPE codes for your implementations */ diff --git a/citadel/configure.ac b/citadel/configure.ac index 0398fcb18..37411334c 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -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.80], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.81], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_CONFIG_HEADER(sysdep.h) diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 02908bf01..0d9e4d9ee 100755 --- a/libcitadel/configure.in +++ b/libcitadel/configure.in @@ -5,7 +5,7 @@ dnl dnl Ensure that libcitadel is configured with autoconf 2.52 or newer AC_PREREQ(2.52) -AC_INIT(libcitadel, 7.80, https://uncensored.citadel.org) +AC_INIT(libcitadel, 7.81, https://uncensored.citadel.org) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_AUX_DIR(conftools) diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 44e1544e7..ef93aaf65 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -15,7 +15,7 @@ #include #include #include -#define LIBCITADEL_VERSION_NUMBER 780 +#define LIBCITADEL_VERSION_NUMBER 781 /* * Here's a bunch of stupid magic to make the MIME parser portable. -- 2.30.2