]> granicus.if.org Git - php/commitdiff
5.2.0RC6
authorIlia Alshanetsky <iliaa@php.net>
Fri, 20 Oct 2006 01:51:07 +0000 (01:51 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 20 Oct 2006 01:51:07 +0000 (01:51 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index f4f86df734fb95206066680e08bde197517e79a7..4b54837ba764fcf6db28b48161fbfbd7a9c66369 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-12 Oct 2006, PHP 5.2.0RC6
+19 Oct 2006, PHP 5.2.0RC6
 - Fixed invalid read in imagecreatefrompng when an empty file is given
   (Pierre, Tony)
 - Fixed bug #39140 (Uncaught exception may cause crash). (Dmitry)
index 609ac21f4fa89f54ad606a2146e2094428b6c7a9..a32a38280f986fa593b175ae23d426c203350fcc 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC6-dev"
+EXTRA_VERSION="RC6"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index d7e9cbca94e1005f795783eb0d8ac22c71e7db40..a53e66d754237293ed86bfd8576bd73a6fdc4ba4 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 "RC6-dev"
-#define PHP_VERSION "5.2.0RC6-dev"
+#define PHP_EXTRA_VERSION "RC6"
+#define PHP_VERSION "5.2.0RC6"
 #define PHP_VERSION_ID 50200