From 73eba863605a194021cc8caea9deef845ca89a53 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 1 Sep 2006 01:29:05 +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 cf90d3917b..af135a90df 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? Sep 2006, PHP 5.2.0RC4 + 31 Aug 2006, PHP 5.2.0RC3 - Updated PCRE to version 6.7. (Ilia) - Added SoapServer::setObject() method (it is a simplified version of diff --git a/configure.in b/configure.in index 496d0dc56a..760e64da39 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=0 -EXTRA_VERSION="RC3" +EXTRA_VERSION="RC4" 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 2f1a1589d4..2a168c6aea 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 0 -#define PHP_EXTRA_VERSION "RC3" -#define PHP_VERSION "5.2.0RC3" +#define PHP_EXTRA_VERSION "RC4-dev" +#define PHP_VERSION "5.2.0RC4-dev" #define PHP_VERSION_ID 50200 -- 2.50.1