]> granicus.if.org Git - php/commitdiff
Back to -dev (with EOL notice in NEWS)
authorJohannes Schlüter <johannes@php.net>
Thu, 14 Aug 2014 15:05:20 +0000 (17:05 +0200)
committerJohannes Schlüter <johannes@php.net>
Thu, 14 Aug 2014 15:05:20 +0000 (17:05 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 4b1b7c235e15891008a6bd3397cb5ada2b666122..327c9af991bfc25dbe855a128dbf5bad307f4a46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 20??, PHP 5.3.30
+
+You should not add anything to this tree. PHP 5.3 reached EOL.
+
 14 Aug 2014, PHP 5.3.29
 
 - Core:
index 183c3e3612cfe5969439ad1e3f6dc97a025c2669..c592816d17ebb88fa69489248b867c5f53042fc5 100644 (file)
@@ -41,8 +41,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=29
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=30
+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 e62f02677277b66c7fabf1a037fdfbc6e327949a..886754b920696a2c46a2db027cabe4d109b732e6 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 29
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.3.29"
-#define PHP_VERSION_ID 50329
+#define PHP_RELEASE_VERSION 30
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.3.30-dev"
+#define PHP_VERSION_ID 50330