derick Tue, 23 Mar 2010 16:04:53 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=296680
Log: - Set trunk version. Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/main/php_version.h Modified: php/php-src/trunk/NEWS =================================================================== --- php/php-src/trunk/NEWS 2010-03-23 15:56:08 UTC (rev 296679) +++ php/php-src/trunk/NEWS 2010-03-23 16:04:53 UTC (rev 296680) @@ -1,5 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 201?, PHP 5.3.99 + ?? ??? 20??, PHP 5.3.3 - Upgraded bundled PCRE to version 8.01. (Ilia) Modified: php/php-src/trunk/main/php_version.h =================================================================== --- php/php-src/trunk/main/php_version.h 2010-03-23 15:56:08 UTC (rev 296679) +++ php/php-src/trunk/main/php_version.h 2010-03-23 16:04:53 UTC (rev 296680) @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 3 +#define PHP_RELEASE_VERSION 99 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.3-dev" -#define PHP_VERSION_ID 50303 +#define PHP_VERSION "5.3.99-dev" +#define PHP_VERSION_ID 50399
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php