AC_INIT now declares a non-decimal version number
authorArt Cancro <ajc@citadel.org>
Fri, 15 Apr 2016 21:29:04 +0000 (17:29 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 15 Apr 2016 21:29:04 +0000 (17:29 -0400)
citadel/configure.ac

index 3a4fbe69ca56830c64c92ef77fe96a0b882d9ecc..1db8cbf161c20b85493bc96deec8ca5ab408b1a1 100644 (file)
@@ -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)