1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-15 11:20:26 +00:00

Changed version number to "0.7-CVS" for this branch.

This commit is contained in:
Alexander Barton 2003-07-09 18:57:20 +00:00
parent ae683b294f
commit 8186e930aa

View 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.89.2.6 2003/05/01 10:15:02 alex Exp $
# $Id: configure.in,v 1.89.2.7 2003/07/09 18:57:20 alex Exp $
#
# -- Initialisierung --
AC_PREREQ(2.50)
AC_INIT(ngircd, 0.7.0)
AC_INIT(ngircd, 0.7-CVS)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)