]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 30 Sep 2003 00:35:52 +0000 (00:35 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 30 Sep 2003 00:35:52 +0000 (00:35 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 1e08a4a7b26f3b298b8d4c08c17154131f12367b..0ef02e0b8b52753fcd66f687a79d19f821929f31 100644 (file)
--- 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)
index 9c5f2cae483fbb6f231bcc335607ae79a3b598c2..cf3b77e3c6e1af47c319461c025b427aa373a37c 100644 (file)
@@ -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
index 760a6e1b007bfc50421cc6165bc96a0e62006907..c02ff65f09ae6f15beda30a915a94cdceefab092 100644 (file)
@@ -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"