]> granicus.if.org Git - php/commitdiff
5.2.0RC5
authorIlia Alshanetsky <iliaa@php.net>
Thu, 5 Oct 2006 19:49:03 +0000 (19:49 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 5 Oct 2006 19:49:03 +0000 (19:49 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 31022bf41b86103b2f88eb82dc56c0015283507e..d454b7a5041b194c5e7c80ee8a6a4c58e95dac5f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Sep 2006, PHP 5.2.0
+05 Oct 2006, PHP 5.2.0RC5
 - Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)
 - Updated Postgresql client libraries to 8.1.4 in the Windows distro. (Edin)
 - Speedup array/HashTable copying. (Matt W, Dmitry)
index 16ea66ed91e54f8807b0e03a1c3fc6e42de6f2de..ee916776ae987fd012061bf41d22c47642af02b5 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC5-dev"
+EXTRA_VERSION="RC5"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index 294241f63fa40b74cc9dcac24cc2f28f26838c93..ede5ca30df3ab841e2259453e5568dcf416cf456 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC5-dev"
-#define PHP_VERSION "5.2.0RC5-dev"
+#define PHP_EXTRA_VERSION "RC5"
+#define PHP_VERSION "5.2.0RC5"
 #define PHP_VERSION_ID 50200