1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-11-17 22:15:12 +00:00

Changed version number to reflect CVS branch-0-8-x.

This commit is contained in:
Alexander Barton
2004-09-06 00:41:34 +00:00
parent f632ca2645
commit e2e89067ae

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.102.2.3 2004/06/26 09:19:58 alex Exp $ # $Id: configure.in,v 1.102.2.4 2004/09/06 00:41:34 alex Exp $
# #
# -- Initialisation -- # -- Initialisation --
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(ngircd, 0.8.0) AC_INIT(ngircd, 0.8-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)