]> granicus.if.org Git - php/commitdiff
- RC2
authorAndi Gutmans <andi@php.net>
Sun, 25 Apr 2004 08:32:50 +0000 (08:32 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 25 Apr 2004 08:32:50 +0000 (08:32 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 10ac4c4c35a0562b41f540d44362e07e72bb5319..b6efe8eb26bd52feb8b5898f1a9cdda0846994eb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ????? 2004, PHP 5 Release Candidate 2
+25 Apr 2004, PHP 5 Release Candidate 2
 - Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance.
   (Dmitry, Andi)
 - Under CLI, fclose() on php://stdin, php://stdout and php://stderr will now
index 3dd8b4bf76c7e369a3b6516d320be522eedcd410..4aeb4b7383fc71c3bf844149b3a3787779e102e8 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0RC2-dev"
+#define ZEND_VERSION "2.0.0RC2"
 
 #define ZEND_ENGINE_2
 
index 5190f9d64f732d17d9d305ca7bc1f5ef92951c57..4aca458195e6e9284a0ff3441fe6548d17ec0fb8 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-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 b95a5e7439f47aa1433de8a478b73b717d2da0d9..1fc805706fc75b7b9f018c1415d01b12c774ee7d 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 "RC2-dev"
-#define PHP_VERSION "5.0.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.0.0RC2"