From: Andi Gutmans Date: Fri, 19 Dec 2003 13:36:38 +0000 (+0000) Subject: - Prepare for RC2 X-Git-Tag: php-5.0.0b3RC2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7bdc15148c2927c7324becb27ecc10c565526cc;p=php - Prepare for RC2 --- diff --git a/configure.in b/configure.in index e67a5b526d..c47a03bac2 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=0 RELEASE_VERSION=0 -EXTRA_VERSION="b3RC1" +EXTRA_VERSION="b3RC2" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index 7035e5461a..de2deb5241 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "b3RC1" -#define PHP_VERSION "5.0.0b3RC1" +#define PHP_EXTRA_VERSION "b3RC2" +#define PHP_VERSION "5.0.0b3RC2"