From: Derick Rethans Date: Mon, 13 May 2002 17:14:08 +0000 (+0000) Subject: - Bumb version number X-Git-Tag: php-4.2.3RC1~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b064814e5b0e6a86e3e67f3966efde6123404b5;p=php - Bumb version number --- diff --git a/configure.in b/configure.in index 8790145329..62dc9bfc31 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.1, nodefine) +AM_INIT_AUTOMAKE(php, 4.2.2-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 a4a4fe18c7..b21c27fcce 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.1" +#define PHP_VERSION "4.2.2-dev"