Commit: d71577d2df5c27dee4e476cda3369a937acd82a0 Author: David Soria Parra <[email protected]> Tue, 13 Nov 2012 20:43:08 +0100 Parents: 4259f89b12a5b53e3bb56221ebe4867b322f2b49 Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d71577d2df5c27dee4e476cda3369a937acd82a0 Log: Bump version to 5.6.0 Changed paths: M NEWS M configure.in M main/php_version.h Diff: diff --git a/NEWS b/NEWS index 0163102..f753a83 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 201?, PHP 5.5.99 +?? ??? 201?, PHP 5.6.0 <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>> diff --git a/configure.in b/configure.in index 9876192..9811236 100644 --- a/configure.in +++ b/configure.in @@ -118,8 +118,8 @@ int zend_sprintf(char *buffer, const char *format, ...); ]) PHP_MAJOR_VERSION=5 -PHP_MINOR_VERSION=5 -PHP_RELEASE_VERSION=99 +PHP_MINOR_VERSION=6 +PHP_RELEASE_VERSION=0 PHP_EXTRA_VERSION="-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` diff --git a/main/php_version.h b/main/php_version.h index a2b1882..d48bf13 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,8 +1,8 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 -#define PHP_MINOR_VERSION 5 -#define PHP_RELEASE_VERSION 99 +#define PHP_MINOR_VERSION 6 +#define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.5.99-dev" -#define PHP_VERSION_ID 50599 +#define PHP_VERSION "5.6.0-dev" +#define PHP_VERSION_ID 50600 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
