]> granicus.if.org Git - php/commitdiff
back to dev
authorStanislav Malyshev <stas@php.net>
Wed, 29 Feb 2012 07:24:27 +0000 (07:24 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 29 Feb 2012 07:24:27 +0000 (07:24 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index a570862a31fdf7cf8098e20e6da23828f7e5fca4..f65b69b01a9c282e12703cea47524ea8a7034f3b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2012, PHP 5.4.1 RC1
 01 Mar 2012, PHP 5.4.0 
 
 - autoconf 2.59+ is now supported (and required) for generating the
index cf42648c60e5aa65cda2f088d7573617c0f25ec5..7701d8bbe1e19f814c3ffcc80e49057af1a14cb7 100644 (file)
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=1
+PHP_EXTRA_VERSION="RC1-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 d3fb8f322c2b547f3fe242deda53d3a65dafdd1f..b4c616ff5421e1efbac49d62d3b8c6db98533603 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.4.0"
-#define PHP_VERSION_ID 50400
+#define PHP_RELEASE_VERSION 1
+#define PHP_EXTRA_VERSION "RC1-dev"
+#define PHP_VERSION "5.4.1RC1-dev"
+#define PHP_VERSION_ID 50401