From: Zeev Suraski Date: Thu, 24 Mar 2005 08:23:37 +0000 (+0000) Subject: Roll RC2 X-Git-Tag: php-5.0.4RC2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a14f4684a1d23f340662690275fdbccd31c5050f;p=php Roll RC2 --- diff --git a/NEWS b/NEWS index f60216e1f1..9aec84b4f3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2005, PHP 5.0.4 +24 Mar 2005, PHP 5.0.4RC2 - Added SNMPv2 support. (harrie) - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony) - Added length and charsetnr for field array and object in mysqli. (Georg) diff --git a/configure.in b/configure.in index ed90e6504b..ce210c3972 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=0 RELEASE_VERSION=4 -EXTRA_VERSION="RC2-dev" +EXTRA_VERSION="RC2" 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 23292924eb..70e6e4b4c4 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 4 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "5.0.4RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "5.0.4RC2"