From: Ilia Alshanetsky Date: Tue, 10 Apr 2007 22:31:16 +0000 (+0000) Subject: 5.2.2RC1 X-Git-Tag: php-5.2.2RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba5e5fe4ed143207a346679b89728b4b2316038c;p=php 5.2.2RC1 --- 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