From ba5e5fe4ed143207a346679b89728b4b2316038c Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 10 Apr 2007 22:31:16 +0000 Subject: [PATCH] 5.2.2RC1 --- NEWS | 2 +- configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 176a1b13ae..fb52373ddf 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -05 Apr 2007, PHP 5.2.2RC1 +10 Apr 2007, PHP 5.2.2RC1 - Improved bundled GD . Sync to 2.0.35 . colors allocated henceforth from the resulting image overwrite the palette diff --git a/configure.in b/configure.in index da4bc76d8a..90c1a7ed46 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=2 RELEASE_VERSION=2 -EXTRA_VERSION="-dev" +EXTRA_VERSION="RC1" PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index 679375d09a..c3eb9405f8 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.2.2-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.2.2RC1" #define PHP_VERSION_ID 50202 -- 2.50.1