]> granicus.if.org Git - php/commitdiff
- Roll 5.0.2
authorAndi Gutmans <andi@php.net>
Thu, 23 Sep 2004 21:21:59 +0000 (21:21 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 23 Sep 2004 21:21:59 +0000 (21:21 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index e930826d8f5ba44d28bd0b931bbf72f7b3dede17..1639d70758f95cfad9a4fa74ac729913f358d7ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, PHP 5.0.2
+23 Sep 2004, PHP 5.0.2
 - Added new boolean (fourth) parameter to array_slice() that turns on the
   preservation of keys in the returned array. (Derick)
 - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
index dc30023d96d99d80a94308649fc6e0d138ecb762..cf20f4c26608277bf893faa4d79ab0bc0b373a45 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.2RC1"
+#define ZEND_VERSION "2.0.2"
 
 #define ZEND_ENGINE_2
 
index bad0501d02c1d8b3f5e40456a52dcc9ee564bee7..697f5922eb6b86acc8bc718f8916f4b4c02ff36d 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=2
-EXTRA_VERSION="RC1"
+EXTRA_VERSION=""
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 3ef1286d81343c117699b10c223a85693132019f..49a86154d32cc4cad3b52e3eb3aabe1d1d9a61c4 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.0.2RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.0.2"