From a1c5b885150d744195a2a713fcb90083174b299a Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 4 Jul 2006 16:37:47 +0000 Subject: [PATCH] - Go with RC2. --- NEWS | 2 +- configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 5f24508385..f1e86e5506 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Jun 2006, Version 4.4.3RC2 +04 Jul 2006, Version 4.4.3RC2 - Improved safe_mode check for the error_log() function. (Ilia) - Fixed handling of extremely long paths inside tempnam() function. (Ilia) - Fixed XSS inside phpinfo() with long inputs. (Ilia) diff --git a/configure.in b/configure.in index 7d9772a1a0..f756ba469c 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=3 -EXTRA_VERSION="RC2-dev" +EXTRA_VERSION="RC2" 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 8c5b61c13d..8db19d4c9e 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 3 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "4.4.3RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "4.4.3RC2" -- 2.40.0