]> granicus.if.org Git - php/commitdiff
- Back to dev
authorJohannes Schlüter <johannes@php.net>
Thu, 17 Mar 2011 10:13:20 +0000 (10:13 +0000)
committerJohannes Schlüter <johannes@php.net>
Thu, 17 Mar 2011 10:13:20 +0000 (10:13 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index e06e59aa4db9ac8b73445e5c1f309ecc1d555c35..d1cc159add174a000f4e437ff09c3f3ca8efe59f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2011, PHP 5.3.7
+
 17 Mar 2011, PHP 5.3.6
 - Upgraded bundled Sqlite3 to version 3.7.4. (Ilia)
 - Upgraded bundled PCRE to version 8.11. (Ilia)
index 23a344cbb5ef1153cdfd69c94bb46f60629f77c1..3cfab9c8bf35218f2afc3e4c5204ef8c43c115a1 100644 (file)
@@ -41,8 +41,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=7
+PHP_EXTRA_VERSION="-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 00bd6fad2055f16b05c3496539a56b26fda24876..cb7efc54878a61a8a264bab91e0ad94a95fbe857 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.3.6"
-#define PHP_VERSION_ID 50306
+#define PHP_RELEASE_VERSION 7
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.3.7-dev"
+#define PHP_VERSION_ID 50307