From: foobar Date: Mon, 17 Feb 2003 00:02:11 +0000 (+0000) Subject: Bump up the version. X-Git-Tag: php-4.3.2RC1~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c6c9f8fcdc9c7e2dd2e9c613f0b9a9eedaa3a39;p=php Bump up the version. --- diff --git a/configure.in b/configure.in index 03bd1d914b..70c4695b45 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 -RELEASE_VERSION=1 +RELEASE_VERSION=2 EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" diff --git a/main/php_version.h b/main/php_version.h index 722b017bda..b6b2300bf2 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,6 +2,6 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 1 +#define PHP_RELEASE_VERSION 2 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.3.1-dev" +#define PHP_VERSION "4.3.2-dev"