]> arthur.barton.de Git - ngircd.git/commitdiff
Changed version string to "0.9-CVS".
authorAlexander Barton <alex@barton.de>
Tue, 30 Aug 2005 20:21:58 +0000 (20:21 +0000)
committerAlexander Barton <alex@barton.de>
Tue, 30 Aug 2005 20:21:58 +0000 (20:21 +0000)
configure.in

index e2554ee9ed6b3cbd271c0ead74bb3629cad94828..6649307714de2eda8c6d712bcdcf5c3130d325fd 100644 (file)
@@ -8,13 +8,13 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.111.2.4 2005/08/03 14:27:48 alex Exp $
+# $Id: configure.in,v 1.111.2.5 2005/08/30 20:21:58 alex Exp $
 #
 
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, 0.9.1)
+AC_INIT(ngircd, 0.9-CVS)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)