1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-05-16 22:24:08 +00:00

Increased version number to 0.10.x :-)

This commit is contained in:
Alexander Barton 2006-07-31 20:32:20 +00:00
parent 47026e14ce
commit 2a22629e74

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.118 2006/05/17 16:44:14 alex Exp $ # $Id: configure.in,v 1.118.2.1 2006/07/31 20:32:20 alex Exp $
# #
# -- Initialisation -- # -- Initialisation --
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(ngircd, CVSHEAD) AC_INIT(ngircd, 0.10.x)
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)