]> arthur.barton.de Git - ngircd.git/commitdiff
Changed version string back to "0.6.x-CVS". branch-0-6-x
authorAlexander Barton <alex@barton.de>
Sun, 9 Mar 2003 22:33:19 +0000 (22:33 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 9 Mar 2003 22:33:19 +0000 (22:33 +0000)
configure.in

index e7f36b5a471a69146fee906a3d7a41f58551f455..f0f1ac47790f98798e2e74644d3d3cb096b629b6 100644 (file)
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.69.2.5 2003/01/21 21:23:34 alex Exp $
+# $Id: configure.in,v 1.69.2.6 2003/03/09 22:33:19 alex Exp $
 #
 
 # -- Initialisierung --
@@ -17,7 +17,7 @@ AC_INIT
 AC_PREREQ(2.50)
 AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR(src/config.h.in)
-AM_INIT_AUTOMAKE(ngircd,0.6.1)
+AM_INIT_AUTOMAKE(ngircd,0.6.x-CVS)
 AM_CONFIG_HEADER(src/config.h)
 
 # -- Templates fuer config.h --