commit 7962ba5fe05e12f761fc1437798ea0b21c19d7e0 from: Alexander Barton date: Tue Aug 30 20:21:58 2005 UTC Changed version string to "0.9-CVS". commit - 04766b8f3dfe5beb501af763a1c905899b9616c9 commit + 7962ba5fe05e12f761fc1437798ea0b21c19d7e0 blob - e2554ee9ed6b3cbd271c0ead74bb3629cad94828 blob + 6649307714de2eda8c6d712bcdcf5c3130d325fd --- configure.in +++ configure.in @@ -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.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 -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.9.1) +AC_INIT(ngircd, 0.9-CVS) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6)