]> granicus.if.org Git - php/commitdiff
back to dev
authorIlia Alshanetsky <iliaa@php.net>
Fri, 6 Oct 2006 21:36:07 +0000 (21:36 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 6 Oct 2006 21:36:07 +0000 (21:36 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index e7aaf44c53fff0590c62244de3148e3138988110..7922a8d247e843185283b9acc7e186572979279f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+12 Oct 2006, PHP 5.2.0RC6
+
 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)
index ee916776ae987fd012061bf41d22c47642af02b5..609ac21f4fa89f54ad606a2146e2094428b6c7a9 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"
+EXTRA_VERSION="RC6-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index ede5ca30df3ab841e2259453e5568dcf416cf456..d7e9cbca94e1005f795783eb0d8ac22c71e7db40 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"
-#define PHP_VERSION "5.2.0RC5"
+#define PHP_EXTRA_VERSION "RC6-dev"
+#define PHP_VERSION "5.2.0RC6-dev"
 #define PHP_VERSION_ID 50200