Update configure.in to show 1.4.0 rather than 1.4.
authorMichael Poole <mdpoole@troilus.org>
Fri, 14 Dec 2007 02:43:20 +0000 (21:43 -0500)
committerMichael Poole <mdpoole@troilus.org>
Fri, 14 Dec 2007 02:43:20 +0000 (21:43 -0500)
configure.in

index c275ea09828103d6b6125bfe6698f20a27b7c1ec..f9d3bf746ed144807e7edbd6c3a69235785ed333 100644 (file)
@@ -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)