]> granicus.if.org Git - php/commitdiff
Back to dev
authorJohannes Schlüter <johannes@php.net>
Mon, 23 Mar 2009 20:40:37 +0000 (20:40 +0000)
committerJohannes Schlüter <johannes@php.net>
Mon, 23 Mar 2009 20:40:37 +0000 (20:40 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 15ac567d86f30fce1c80c3f15a9f6d9a525f2320..e25140588adde2374f9c88b523d6719d6a41383d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 200?, PHP 5.3.0 RC 2
+
 24 Mar 2009, PHP 5.3.0 RC 1
 - Upgraded bundled sqlite to version 3.6.11. (Scott)
 - Upgraded bundled libmagic to 5.00 in the fileinfo extension. (Scott)
index 328e7e0bea296c96dff1d617aa9c6e67ed2f2b1a..101ee7397ef1395f917f81547e62a11a3e9222e0 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
 PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC2-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 46c8f1d58cc115482212b8fdfb05f8eaca6c91cf..80c6141cd623f16d4a9b81a49508c43b15f43dc2 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.0RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.3.0RC2-dev"
 #define PHP_VERSION_ID 50300