From: Art Cancro Date: Fri, 15 Apr 2016 21:29:04 +0000 (-0400) Subject: AC_INIT now declares a non-decimal version number X-Git-Tag: Release_902~38 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=3b838158360ccde6f1f5a03a571879c7e27b508d AC_INIT now declares a non-decimal version number --- diff --git a/citadel/configure.ac b/citadel/configure.ac index 3a4fbe69c..1db8cbf16 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], [9.01], [http://www.citadel.org/]) +AC_INIT([Citadel], [901], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_CONFIG_HEADER(sysdep.h)