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

diff --git a/NEWS b/NEWS
index 5b58d6024d1fa0c1f4bda330a45a59fd68658093..e3f206e76fb153897024972099e79cde389b367b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2004, PHP 5 Release Candidate 3
+
 25 Apr 2004, PHP 5 Release Candidate 2
 - Implementing an interface/abstract method with the wrong prototype is now
   a fatal error. (Zeev)
index 4aeb4b7383fc71c3bf844149b3a3787779e102e8..a5a75cb4c95a4dd5e47538a73a4abe217639cfb4 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0RC2"
+#define ZEND_VERSION "2.0.0RC3-dev"
 
 #define ZEND_ENGINE_2
 
index 4aca458195e6e9284a0ff3441fe6548d17ec0fb8..2b7995696d55fef658d8481ec3c1f0b2b53d00ef 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"
+EXTRA_VERSION="RC3-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 1fc805706fc75b7b9f018c1415d01b12c774ee7d..b756b10a47ab997a5f0ad92a9d74e22ec333cab0 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"
-#define PHP_VERSION "5.0.0RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.0.0RC3-dev"