From: Derick Rethans Date: Tue, 4 Jul 2006 16:40:23 +0000 (+0000) Subject: - Back to dev. X-Git-Tag: php-4.4.4RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b80cd2752b14c067e4043883b9484401dc3fb42;p=php - Back to dev. --- diff --git a/NEWS b/NEWS index f1e86e5506..2f235cbb40 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2006, Version 4.4.3 + 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) diff --git a/configure.in b/configure.in index f756ba469c..c9be1ecff9 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" +EXTRA_VERSION="RC3-dev" 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 8db19d4c9e..22015b38c5 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" -#define PHP_VERSION "4.4.3RC2" +#define PHP_EXTRA_VERSION "RC3-dev" +#define PHP_VERSION "4.4.3RC3-dev"