]> granicus.if.org Git - php/commitdiff
5.2.11RC2
authorIlia Alshanetsky <iliaa@php.net>
Thu, 3 Sep 2009 12:14:58 +0000 (12:14 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 3 Sep 2009 12:14:58 +0000 (12:14 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 9b942862cf3108e30fe99ac1ec3726584a322d4f..e06e78048bd17ceeb46d373c239ffd473eac51ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2009, PHP 5.2.11
+03 Sep 2009, PHP 5.2.11RC2
 - Added missing sanity checks around exif processing (Ilia)
 
 - Fixed sanity check for the color index in imagecolortransparent. (Pierre)
index 39e522beceab2693b63f3c19d18c625c2c85519a..3cec534f14372d9505181491392f68d21d5d6773 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=11
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
 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 f8cdecb0441a6cd8ea2c413a102e469d5e333c4c..5db0ba97f656d51da0a123913416846438cf8999 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.11RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.11RC2"
 #define PHP_VERSION_ID 50211