Internal version number is now 7.00
authorArt Cancro <ajc@citadel.org>
Mon, 11 Dec 2006 22:01:02 +0000 (22:01 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 11 Dec 2006 22:01:02 +0000 (22:01 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/citadel.spec
citadel/configure.ac

index 00f8e4b16fa210dda063bb6ffc3a545ab5a25a7d..426600a9337d8a105ed1edf47b265ee491dea48a 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      690             /* This version */
+#define REV_LEVEL      700             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 684             /* Oldest compatible export files */
 
index a5bba4e917f2b30c19f07ad9817920361187f69b..a15add3c0d89e385108b7ca213d4a46776245bd0 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.90"
+!define MUI_VERSION "7.00"
 !define MUI_WELCOMEPAGE
 !define MUI_LICENSEPAGE
 !define MUI_COMPONENTSPAGE
@@ -18,7 +18,7 @@
 ;!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico"
 ;!define MUI_UNICON "${NSISDIR}\Contrib\Icons\modern-uninstall.ico"
 
-OutFile "citadel-6.90.exe"
+OutFile "citadel-7.00.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 89933e8c7eeed0591694a3cc8716e30c6487fdb3..3690360cd4956d9095cd95d28e76c98857c53da3 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
-Summary: Citadel, the flexible, powerful way to build online communities
+Summary: An easy to administer messaging and groupware platform
 Name: citadel
-Version: 6.90
+Version: 7.00
 Release: 1
 Copyright: GPL
 Group: Applications/Communications
index 9e51ad1ed81e7130be2988da37d560422aef6d45..375a6636476791058b9c979879662f7794e8b0a8 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], [6.90], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.00], [http://www.citadel.org/])
 AC_REVISION([$Revision$])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)