]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Thu, 10 Apr 2008 22:31:09 +0000 (22:31 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 10 Apr 2008 22:31:09 +0000 (22:31 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 9cdcf0ac6c74888ec23444c06456c7288d098925..1f4e922ae88a9b1de0b2e2fd1357c8a6c3750be2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Apr 2008, PHP 5.2.6
+
 10 Apr 2008, PHP 5.2.6RC5
 - Fixed incorrect heredoc handling when label is used within the block.
   (Matt Wilmas)
index 674cf6e967120ff37b4e36e3f8fc02da5eba6a52..bd6785e6b9e73d1b6640003f30b8b21d818a5393 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="RC5"
+PHP_EXTRA_VERSION="RC6-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 d8134270045f5dc9bce0da9f1d239273f780cb21..530a7c2db9548166d04b7c09a844f802b5a29b76 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 "RC5"
-#define PHP_VERSION "5.2.6RC5"
+#define PHP_EXTRA_VERSION "RC6-dev"
+#define PHP_VERSION "5.2.6RC6-dev"
 #define PHP_VERSION_ID 50206