From bd7e78c48bc8fe6b3038cff13374792282df2402 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 26 Apr 2007 22:44:53 +0000 Subject: [PATCH] Back to dev --- NEWS | 2 ++ configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b32b294e94..63f6759775 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? Apr 2007, PHP 5.2.3RC3 + 26 Apr 2007, PHP 5.2.2RC2 - Added GMP_VERSION constant. (Tony) - Fixed commandline handling fro CLI and CGI. (Marcus, Johannes) diff --git a/configure.in b/configure.in index 7597e1750b..87e2cb099a 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="RC2" +EXTRA_VERSION="RC3-dev" 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 b069c42a5a..d12d7a1a4a 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 "RC2" -#define PHP_VERSION "5.2.2RC2" +#define PHP_EXTRA_VERSION "RC2-dev" +#define PHP_VERSION "5.2.2RC2-dev" #define PHP_VERSION_ID 50202 -- 2.50.1