From: foobar Date: Thu, 15 May 2003 18:50:48 +0000 (+0000) Subject: - Now this is 4.3.2RC4-dev..hopefully we won't need it. :) X-Git-Tag: BEFORE_FD_REVERT~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daacfa367b7bc4378feee6c6c088b4484ba453a7;p=php - Now this is 4.3.2RC4-dev..hopefully we won't need it. :) --- diff --git a/configure.in b/configure.in index eaf1e8f429..9084a3d8f0 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=2 -EXTRA_VERSION="RC3" +EXTRA_VERSION="RC4-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 f1e8cf9ff8..3726c3e72c 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "RC3" -#define PHP_VERSION "4.3.2RC3" +#define PHP_EXTRA_VERSION "RC4-dev" +#define PHP_VERSION "4.3.2RC4-dev"