From: Michael Poole Date: Fri, 14 Dec 2007 02:43:20 +0000 (-0500) Subject: Update configure.in to show 1.4.0 rather than 1.4. X-Git-Tag: v1.4.0-rc3~50 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=1c250cb7c2166fa67724de1aec0a670beccafac6 Update configure.in to show 1.4.0 rather than 1.4. --- diff --git a/configure.in b/configure.in index c275ea0..f9d3bf7 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to create a configure script. dnl General initialization. AC_PREREQ(2.59) -AC_INIT([srvx],[1.4],[srvx-bugs@lists.sourceforge.net]) +AC_INIT([srvx],[1.4.0],[srvx-bugs@lists.sourceforge.net]) CODENAME=surge AC_CONFIG_HEADERS(src/config.h) AC_CONFIG_SRCDIR(src/opserv.c)