]> granicus.if.org Git - php/commitdiff
Roll RC2
authorZeev Suraski <zeev@php.net>
Thu, 24 Mar 2005 08:23:37 +0000 (08:23 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 24 Mar 2005 08:23:37 +0000 (08:23 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index f60216e1f14637a56e495101de42ff23f2ce6814..9aec84b4f375d546f9706901a9fdac629c08cdb9 100644 (file)
--- 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)
index ed90e6504b0ebab1a067b6a3a7cab69335c3b800..ce210c397292757087ac3721d0c26c5616103291 100644 (file)
@@ -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
index 23292924ebbb90d6e357d967d8a7a57c0e9685b9..70e6e4b4c4639faa5070b7da01d7852e54f0b23c 100644 (file)
@@ -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"