]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Thu, 14 Sep 2006 18:04:40 +0000 (18:04 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 14 Sep 2006 18:04:40 +0000 (18:04 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 64045b2cc638ad70c4cd6b79d3e3b665e86a3511..36297bac668f5e1b861354ee44280f12e1dfe720 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
-'PHP                                                                        NEWS
+PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Sep 2006, PHP 5.2.0
+
 14 Sep 2006, PHP 5.2.0RC4
 - Added DSA key generation support to openssl_pkey_new(), FR #38731
   (marci at balabit dot hu, Tony)
index 760e64da39a4254ee11be1fa7c6cf0f54306ba9c..3a62103ff63725533e9e5a38a4be8d2a8eb7def2 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC4"
+EXTRA_VERSION="RC5-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index 09c1b133750bf5e35f090a579c8007d98c003431..294241f63fa40b74cc9dcac24cc2f28f26838c93 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 "RC4"
-#define PHP_VERSION "5.2.0RC4"
+#define PHP_EXTRA_VERSION "RC5-dev"
+#define PHP_VERSION "5.2.0RC5-dev"
 #define PHP_VERSION_ID 50200