summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-06-03 08:17:15 +0000
committerAndi Gutmans <andi@php.net>2004-06-03 08:17:15 +0000
commit02032ccf9f03a59a7748a00d84e240b46ee084ce (patch)
treee6661c13ea0c2f19e0d84ac680174caf22cf3195
parent40b17e6c5cd04dae057dc8bbf27c65b390a9907d (diff)
downloadphp-git-02032ccf9f03a59a7748a00d84e240b46ee084ce.tar.gz
- Prepare for RC3RC2
-rw-r--r--NEWS2
-rw-r--r--Zend/zend.h2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index c2af35fae3..87a9bce1e2 100644
--- 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)
diff --git a/Zend/zend.h b/Zend/zend.h
index a5a75cb4c9..d2b55776ee 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -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
diff --git a/configure.in b/configure.in
index 2b7995696d..a3ad18bc26 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/main/php_version.h b/main/php_version.h
index b756b10a47..2ae11ea659 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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"