]> granicus.if.org Git - php/commitdiff
5.4.7 rc1 php-5.4.7RC1
authorStanislav Malyshev <stas@php.net>
Wed, 29 Aug 2012 05:05:36 +0000 (22:05 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 29 Aug 2012 05:05:36 +0000 (22:05 -0700)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index a6c68a2935c2e70c75c99f0bffc4cb05f032952c..a7dc00c77d08e199226ce7f2efbee647e1a99b3d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2012, PHP 5.4.7
+30 Aug 2012, PHP 5.4.7 RC1
 
 - Core:
   . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
index e5e1cd63752d611717cdd7dfad187da7b300d542..7a86bbc9ca8ac2017f5c306a888373e347fa2137 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=7
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 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 3315661b7a936ab9bdb600f2a59962bb38c500b2..0bc1dcbcf9c206ed408cf8fb54fa9e4a04eb26bf 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.7-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.4.7RC1"
 #define PHP_VERSION_ID 50407