joes 2004/06/12 08:23:58
Modified: . configure.ac Log: Bump package version string to 2.04-dev Revision Changes Path 1.17 +2 -2 httpd-apreq-2/configure.ac Index: configure.ac =================================================================== RCS file: /home/cvs/httpd-apreq-2/configure.ac,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- configure.ac 10 Jun 2004 03:17:43 -0000 1.16 +++ configure.ac 12 Jun 2004 15:23:58 -0000 1.17 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(libapreq - Apache Request Library, 2.03-dev, [EMAIL PROTECTED], libapreq2) +AC_INIT(libapreq - Apache Request Library, 2.04-dev, [EMAIL PROTECTED], libapreq2) dnl Generate config.nice script- macro must be here at the top dnl to avoid corruption of $0 and [EMAIL PROTECTED] APR_CONFIG_NICE(config.nice) @@ -13,7 +13,7 @@ dnl debian woody's archaic auto* tools don't set PACKAGE/VERSION correctly via dnl AC_INIT above, so we do it again here. -AM_INIT_AUTOMAKE(libapreq2, 2.03-dev) +AM_INIT_AUTOMAKE(libapreq2, 2.04-dev) AC_PROG_MAKE_SET
