]> granicus.if.org Git - php/commitdiff
- RC3RC1
authorAndi Gutmans <andi@php.net>
Thu, 27 May 2004 11:39:35 +0000 (11:39 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 27 May 2004 11:39:35 +0000 (11:39 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 81f55cf5cb64154bc77f7c7119d1b01fb6bc3467..8eab1ce5b4fd6bc168780550fdd21d379f1ac06d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, PHP 5 Release Candidate 3
+27 May 2004, PHP 5 Release Candidate 3
 - Changed class type hints for function parameters to not allow the passing of
   NULL values.
 - Fixed memory leak in memory manager. (Andi)
index a5a75cb4c95a4dd5e47538a73a4abe217639cfb4..4251e4a8944ce7f22626baac327cd40c01dded31 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0RC3-dev"
+#define ZEND_VERSION "2.0.0RC3RC1"
 
 #define ZEND_ENGINE_2
 
index 2b7995696d55fef658d8481ec3c1f0b2b53d00ef..dd5514690227e6b3ac95b5304b9eab61089c7a9a 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="RC3RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index b756b10a47ab997a5f0ad92a9d74e22ec333cab0..28764ae5a1608b4a0e29ccff64f681f90d0c6ef0 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 "RC3RC1"
+#define PHP_VERSION "5.0.0RC3RC1"