From: Andi Gutmans Date: Thu, 12 Feb 2004 08:46:02 +0000 (+0000) Subject: - Go with b4 RC 1 (Sanity package) X-Git-Tag: php-5.0.0b4RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eca1fdc82186d4ecf585a54887cccdd3b750f109;p=php - Go with b4 RC 1 (Sanity package) --- diff --git a/NEWS b/NEWS index 0c9f5ae679..3026f76cf0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2004, PHP 5 Beta 4 +12 Feb 2004, PHP 5 Beta 4 - Added checks for invalid characters in a cookie name and cookie data into set[raw]cookie(). (Brian) - Added new pspell functions: (Brian) diff --git a/configure.in b/configure.in index 1ec03beb4c..c2bd7b39ef 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="b4-dev" +EXTRA_VERSION="b4RC1" 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 7087f7f395..faa6425277 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 "b4-dev" -#define PHP_VERSION "5.0.0b4-dev" +#define PHP_EXTRA_VERSION "b4RC1" +#define PHP_VERSION "5.0.0b4RC1"