]> granicus.if.org Git - php/commitdiff
- 5.0.1RC2
authorAndi Gutmans <andi@php.net>
Thu, 12 Aug 2004 06:35:22 +0000 (06:35 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 12 Aug 2004 06:35:22 +0000 (06:35 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 289e7217d68e632b0de0f4214228526e5733765c..16b588e21e727873b24b4100d8da96e2bc90683a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.0.1
+
+11 Aug 2004, PHP 5.0.1RC2
 - Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then
   returning the value). (Ilia)
-
-10 Aug 2004, PHP 5.0.1RC1
 - Changed destructor mechanism so that destructors are called prior to request
   shutdown. (Marcus)
 - Rewritten UNIX and Windows install help files. (Documentation Team)
index 5252cbefe4d521977b62ad72bdb26e2b31992828..5f878ff557f59abf015f34f1f2f39f21fb85ca46 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.1-dev"
+#define ZEND_VERSION "2.0.1RC2"
 
 #define ZEND_ENGINE_2
 
index 3a417526635e720040deb0655cadea9d7e43e59a..7a3cf4ec154ac8502b9b4107769a53043ce3059a 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=1
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC2"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 651a74426255f750d53ca9e7e8dd16a29d98bd37..8e7e7f2b2c26432e91014c44101bb9cac6ec3a8c 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.0.1-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.0.1RC2"