summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2014-08-14 17:05:20 +0200
committerJohannes Schlüter <johannes@php.net>2014-08-14 17:05:20 +0200
commit1355ea60ccc3d2b289e5ec72877adc3a99ef9f78 (patch)
tree11bcb3e27f6da484aa0d5f6cc4d793f42098ab2f
parentbabeca356b657f2fe14a8be21d31eadadc5a971a (diff)
downloadphp-git-1355ea60ccc3d2b289e5ec72877adc3a99ef9f78.tar.gz
Back to -dev (with EOL notice in NEWS)
-rw-r--r--NEWS4
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 10 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 4b1b7c235e..327c9af991 100644
--- 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:
diff --git a/configure.in b/configure.in
index 183c3e3612..c592816d17 100644
--- a/configure.in
+++ b/configure.in
@@ -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`
diff --git a/main/php_version.h b/main/php_version.h
index e62f026772..886754b920 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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