Commit:    1fc35147349d06983a3bf49af0f91f3077dc1512
Author:    Stanislav Malyshev <s...@php.net>         Tue, 31 Jul 2012 21:58:45 
-0700
Parents:   ff729aabf7a3dd7bd76b50dcaf7051e414f3714c
Branches:  PHP-5.4.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=1fc35147349d06983a3bf49af0f91f3077dc1512

Log:
5.4.6rc1

Changed paths:
  M  NEWS
  M  configure.in
  M  main/php_version.h


Diff:
diff --git a/NEWS b/NEWS
index 3fbbe7c..7740dee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2012, PHP 5.4.6
+02 Aug 2012, PHP 5.4.6 RC1
 
 - CLI Server:
   . Implemented FR #62700 (have the console output 'Listening on 
diff --git a/configure.in b/configure.in
index 1e80689..b52fbf5 100644
--- a/configure.in
+++ b/configure.in
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=5
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=6
+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`
 
diff --git a/main/php_version.h b/main/php_version.h
index 4b7709c..06a924e 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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 5
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.5-dev"
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.4.6RC1"
 #define PHP_VERSION_ID 50405


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to