]> granicus.if.org Git - php/commitdiff
- Back to RC2-dev
authorAndi Gutmans <andi@php.net>
Thu, 18 Mar 2004 15:27:28 +0000 (15:27 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 18 Mar 2004 15:27:28 +0000 (15:27 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index a45e9331d30e71273ccf4d373932fd268f063490..54dc492fe849b482c54f942a049da9720bec0118 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ????? 2004, PHP 5 Release Candidate 2
 18 March 2004, PHP 5 Release Candidate 1
 - Fixed numerous bugs with the just-in-time auto-global initialization, that
   could cause $_SERVER, $argv/$argc and other variables not to work properly.
index 498e671ec276127fa194fb6ab654d1356524f8fb..b89b54ad73299f55559416224d5d8f8899ddd018 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0RC1"
+#define ZEND_VERSION "2.0.0RC2-dev"
 
 #define ZEND_ENGINE_2
 
index 0335617513ffd7b5e8c5cd2b288352bb1bdf99f8..4f78a426c53a52af6f0d4c4441efccfbb0815b31 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index e8fe88fb12cd6c8927ba7dfa6fed2d2ee1704970..b95a5e7439f47aa1433de8a478b73b717d2da0d9 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.0.0RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.0.0RC2-dev"