]> granicus.if.org Git - php/commitdiff
- Prepare for RC3RC2
authorAndi Gutmans <andi@php.net>
Thu, 3 Jun 2004 08:17:15 +0000 (08:17 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 3 Jun 2004 08:17:15 +0000 (08:17 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index c2af35fae3b5390f4909b1cdf4abdc8c274c4486..87a9bce1e22660bd2524646c68939487ad8405b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-27 May 2004, PHP 5 Release Candidate 3
+?? ??? 2004, PHP 5 Release Candidate 3
 - Moved the PDFLib extension to PECL. (Wez)
 - Added support for dumping private/protected properties to var_dump().
   (Andrey)
index a5a75cb4c95a4dd5e47538a73a4abe217639cfb4..d2b55776ee2ef3c8ce545781914ecf5f64a18be6 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0RC3-dev"
+#define ZEND_VERSION "2.0.0RC3RC2"
 
 #define ZEND_ENGINE_2
 
index 2b7995696d55fef658d8481ec3c1f0b2b53d00ef..a3ad18bc264e33724ec3cbb5ac0f497bea967562 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="RC3-dev"
+EXTRA_VERSION="RC3RC2"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index b756b10a47ab997a5f0ad92a9d74e22ec333cab0..2ae11ea6593f0f80842b6bd96bdf7d83cc65b817 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 "RC3-dev"
-#define PHP_VERSION "5.0.0RC3-dev"
+#define PHP_EXTRA_VERSION "RC3RC2"
+#define PHP_VERSION "5.0.0RC3RC2"