From: Sascha Schumann Date: Tue, 23 Jul 2002 13:54:07 +0000 (+0000) Subject: Working on 4.2.3 now X-Git-Tag: php-4.2.3RC1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0b94e87968714de18174415cb35555ab589b3cd;p=php Working on 4.2.3 now --- diff --git a/configure.in b/configure.in index 5091924e13..f973595b37 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ for arg in $0 "$@"; do done AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(php, 4.2.2-dev, nodefine) +AM_INIT_AUTOMAKE(php, 4.2.3-dev, nodefine) AM_CONFIG_HEADER(main/php_config.h) AM_MAINTAINER_MODE diff --git a/main/php_version.h b/main/php_version.h index b21c27fcce..b9986b0b7b 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_VERSION "4.2.2-dev" +#define PHP_VERSION "4.2.3-dev"