]> granicus.if.org Git - php/commitdiff
5.2.6RC5
authorIlia Alshanetsky <iliaa@php.net>
Thu, 10 Apr 2008 22:24:05 +0000 (22:24 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 10 Apr 2008 22:24:05 +0000 (22:24 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index b633ae64c7caf3e77d07cd46ab1fcb43e50319ad..9cdcf0ac6c74888ec23444c06456c7288d098925 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 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)
 - Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
index 556b5c4db039ff1af63025f18a5652b8e79fbdce..674cf6e967120ff37b4e36e3f8fc02da5eba6a52 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-dev"
+PHP_EXTRA_VERSION="RC5"
 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 ddd0742adeccfd82a1ed61717fe98467f8176e19..d8134270045f5dc9bce0da9f1d239273f780cb21 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-dev"
-#define PHP_VERSION "5.2.6RC5-dev"
+#define PHP_EXTRA_VERSION "RC5"
+#define PHP_VERSION "5.2.6RC5"
 #define PHP_VERSION_ID 50206