From: Ilia Alshanetsky Date: Tue, 30 Sep 2003 00:35:52 +0000 (+0000) Subject: Back to dev. X-Git-Tag: php-4.3.4RC2~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=361aa7dd32f2408f1a8517319c1b73db638c31eb;p=php Back to dev. --- diff --git a/NEWS b/NEWS index 1e08a4a7b2..0ef02e0b8b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2003, Version 4.3.4 +?? Oct 2003, Version 4.3.4RC2 + +29 Sep 2003, Version 4.3.4RC1 - Made MCVE extension available on win32. (Jani) - Added apache_get_version() function. (Ilia) - Fixed disk_total_space() and disk_free_space() under FreeBSD. (Jon Parise) diff --git a/configure.in b/configure.in index 9c5f2cae48..cf3b77e3c6 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=4 -EXTRA_VERSION="RC1" +EXTRA_VERSION="RC2-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 760a6e1b00..c02ff65f09 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 4 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "4.3.4RC1" +#define PHP_EXTRA_VERSION "RC2-dev" +#define PHP_VERSION "4.3.4RC2-dev"