]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Thu, 28 Feb 2008 00:35:26 +0000 (00:35 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 28 Feb 2008 00:35:26 +0000 (00:35 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 675d9e16643efa2a3bff42ecb5a4f4263ac48277..a66d54c44c05b63a73e5f940a1c07f6ed6ac26d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Mar 2008, PHP 5.2.6
+
 27 Feb 2008, PHP 5.2.6RC1
 - Fixed security issue detailed in CVE-2008-0599. (Rasmus)
 - Fixed potential memleak in stream filter parameter for zlib filter (Greg)
index 12c338d3a6c59b1d9ecf95a49f9e91276dcfa7c1..f5665b3488d24e2e0a7a8cbcb4871f0fd99ff676 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC1-dev"
 PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
 
index 084434788ce1d8ea4760f7763ebdeba67a06a1ca..d18b80b309f3044b0910f3dd2bbe94413b706426 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.6RC1"
+#define PHP_EXTRA_VERSION "RC1-dev"
+#define PHP_VERSION "5.2.6RC1-dev"
 #define PHP_VERSION_ID 50206