From 3b838158360ccde6f1f5a03a571879c7e27b508d Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 15 Apr 2016 17:29:04 -0400 Subject: [PATCH] AC_INIT now declares a non-decimal version number --- citadel/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2