From: Derick Rethans Date: Tue, 23 Mar 2010 16:04:53 +0000 (+0000) Subject: - Set trunk version. X-Git-Tag: php-5.4.0alpha1~191^2~1860 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7f26585276b27ebaba4e006d141a8180c76f130;p=php - Set trunk version. --- diff --git a/NEWS b/NEWS index d432332a26..6ec46d71e4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 201?, PHP 5.3.99 + ?? ??? 20??, PHP 5.3.3 - Upgraded bundled PCRE to version 8.01. (Ilia) diff --git a/main/php_version.h b/main/php_version.h index d71c285397..bfa499ac7f 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 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