From a059cf4685f4878796337d1a0bd4056f03ea440c Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 11 Jan 2010 18:31:02 +0000 Subject: [PATCH] missed to commit in 5_3, here it comes, reusability of stats --- main/php_version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.50.1