]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorJohannes Schlüter <johannes@php.net>
Thu, 2 Dec 2010 14:34:32 +0000 (14:34 +0000)
committerJohannes Schlüter <johannes@php.net>
Thu, 2 Dec 2010 14:34:32 +0000 (14:34 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index f774e6153dacab64d948c7fc0c0c456bc64127d2..0b77526345191338d11d5577e79397184ab51a44 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Dec 2010, PHP 5.3.4
+
 02 Dec 2010, PHP 5.3.4RC2
 - Core:
   . Fixed extract() to do not overwrite $GLOBALS and $this when using
index 532d0a4d9426d37669f8b6e5a7416173d6193f94..e554ef6fbb24e85d4e4f63b2b96f686be69dc411 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
 PHP_RELEASE_VERSION=4
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
 PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
 
index b99d6bfc6483d7a3b540e4679a92fff36596bd2a..d81ca2e3638a7bb02f2b3bb06ce1ac69c454e014 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.3.4RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.3.4RC3-dev"
 #define PHP_VERSION_ID 50304