]> granicus.if.org Git - php/commitdiff
5.4.0RC2
authorStanislav Malyshev <stas@php.net>
Thu, 24 Nov 2011 05:03:22 +0000 (05:03 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 24 Nov 2011 05:03:22 +0000 (05:03 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index fffbaa97b07d124a74b085e1927a618c1fe2915e..0136f8a88253a67b1eed0f4c950f8ca614d3085b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2011, PHP 5.4.0 RC2
+24 Nov 2011, PHP 5.4.0 RC2
 
 - Core:
   . Fixed bug #60227 (header() cannot detect the multi-line header with 
index 5e6739933b0bf60401965b1352ee2d7d67fe3dc6..0c5b8ddcec12698c3eb1182cd69f3e1a74b07d55 100644 (file)
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=4
 PHP_RELEASE_VERSION=0
-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 e1811c1dc57d1ef26c97b1ad2ba87c6f34a3413b..417af0f85410069c7461e9a5826f1429d937b4a2 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.4.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.4.0RC2"
 #define PHP_VERSION_ID 50400