From: foobar Date: Wed, 21 May 2003 23:31:20 +0000 (+0000) Subject: - This branch is now PHP 4.3.3-dev. (no more RCs!) X-Git-Tag: php-4.3.2RC4~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db082e42158059d3985a4d64490896ad07d2dc71;p=php - This branch is now PHP 4.3.3-dev. (no more RCs!) --- diff --git a/configure.in b/configure.in index 290a46778e..6516c3daa6 100644 --- a/configure.in +++ b/configure.in @@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 -RELEASE_VERSION=2 -EXTRA_VERSION="RC4" +RELEASE_VERSION=3 +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index 3e6cd9b157..21948517ba 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 2 -#define PHP_EXTRA_VERSION "RC4" -#define PHP_VERSION "4.3.2RC4" +#define PHP_RELEASE_VERSION 3 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "4.3.3-dev"