1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-08-07 22:33:44 +00:00

Changed version string to "0.9-CVS".

This commit is contained in:
Alexander Barton 2005-08-30 20:21:58 +00:00
parent 04766b8f3d
commit 7962ba5fe0

View File

@ -8,13 +8,13 @@
# (at your option) any later version. # (at your option) any later version.
# Please read the file COPYING, README and AUTHORS for more information. # 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 -- # -- Initialisation --
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(ngircd, 0.9.1) AC_INIT(ngircd, 0.9-CVS)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6) AM_INIT_AUTOMAKE(1.6)