From: Andrey Hristov Date: Mon, 11 Jan 2010 18:31:02 +0000 (+0000) Subject: missed to commit in 5_3, here it comes, reusability of stats X-Git-Tag: php-5.2.13RC1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a059cf4685f4878796337d1a0bd4056f03ea440c;p=php missed to commit in 5_3, here it comes, reusability of stats --- diff --git a/main/php_version.h b/main/php_version.h index 3fce7f8254..9d399127de 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 2 -#define PHP_RELEASE_VERSION 13 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.2.13-dev" -#define PHP_VERSION_ID 50213 +#define PHP_RELEASE_VERSION 12 +#define PHP_EXTRA_VERSION "RC4-dev" +#define PHP_VERSION "5.2.12RC4-dev" +#define PHP_VERSION_ID 50212