From 7f5d77afb595a006fda1cb22dffd7535615f0910 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 21 May 2006 17:24:52 +0000 Subject: [PATCH] - Go with 4.4.3RC1 --- NEWS | 2 +- configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 027ee411e7..b58f5fb3a0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2006, Version 4.4.3 +21 May 2006, Version 4.4.3RC1 - Added control character checks for cURL extension's open_basedir/safe_mode checks. (Ilia) - Fixed a possible buffer overflow inside create_named_pipe() for Win32 systems diff --git a/configure.in b/configure.in index 6c5cc8f65a..a7303792ce 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="-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 57aa7f3c3f..d4bdf3a7fe 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 "-dev" -#define PHP_VERSION "4.4.3-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "4.4.3RC1" -- 2.40.0