1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-02-09 22:00:01 +00:00

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

This commit is contained in:
Alexander Barton 2003-12-19 14:01:14 +00:00
parent 64a8f8a3fd
commit 715e5532a9

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.89.2.13 2003/12/05 13:40:24 alex Exp $ # $Id: configure.in,v 1.89.2.14 2003/12/19 14:01:14 alex Exp $
# #
# -- Initialisierung -- # -- Initialisierung --
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(ngircd, 0.7.6) AC_INIT(ngircd, 0.7-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)