From: Derick Rethans Date: Sat, 12 Aug 2006 15:46:04 +0000 (+0000) Subject: - Go with RC1. X-Git-Tag: php-4.4.4RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1dc9ef05c7fe893558fd3ad7d565b9dfec8afce;p=php - Go with RC1. --- diff --git a/NEWS b/NEWS index 14da84c02d..9d768225d3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2006, Version 4.4.4 +12 Aug 2006, Version 4.4.4RC1 - Fixed memory_limit on 64bit systems. (Stefan E.) - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.) - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are diff --git a/configure.in b/configure.in index 2a1a3724f4..aee1bc38d0 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=4 RELEASE_VERSION=4 -EXTRA_VERSION="-dev" +EXTRA_VERSION="RC1" 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 cec22b1548..c5bb034e15 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 4 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.4.4-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "4.4.4RC1"