]> granicus.if.org Git - php/commitdiff
- Roll RC3
authorAndi Gutmans <andi@php.net>
Mon, 7 Jun 2004 14:23:45 +0000 (14:23 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 7 Jun 2004 14:23:45 +0000 (14:23 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 226795fa23fabd8677a8b1f0e58c1850105749b3..2f37e815ddfa4d0d581b769598a198f9f171c1c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, PHP 5 Release Candidate 3
+7 Jun 2004, PHP 5 Release Candidate 3
 - Moved the PDFLib extension to PECL. (Wez)
 - Added MySQL 4.1.2-alpha and 4.1.3-beta support to MySQLI extension. (Georg)
 - Added support for dumping private/protected properties to var_dump().
index d2b55776ee2ef3c8ce545781914ecf5f64a18be6..c8bf8750514572cb2b99e3e46e08b6b269788692 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0RC3RC2"
+#define ZEND_VERSION "2.0.0RC3"
 
 #define ZEND_ENGINE_2
 
index a3ad18bc264e33724ec3cbb5ac0f497bea967562..f68d27fbb2356f493d363bb4d081dc5ea6cf1a9a 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="RC3RC2"
+EXTRA_VERSION="RC3"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 2ae11ea6593f0f80842b6bd96bdf7d83cc65b817..683fcbcb22cda7719b0a213b06da836f66eceafd 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 "RC3RC2"
-#define PHP_VERSION "5.0.0RC3RC2"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.0.0RC3"