summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-05-13 22:20:15 -0700
committerStanislav Malyshev <stas@php.net>2014-05-13 22:20:15 -0700
commitb1c944dfd2889e3a3517c404812d20abe5ce92e6 (patch)
treed9cbcfa24e1a61c7a8e739e373b32a3b995715bb
parentffd74a0a29660649b77e6e6daea74605b085f8af (diff)
downloadphp-git-b1c944dfd2889e3a3517c404812d20abe5ce92e6.tar.gz
5.4.30 next
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h7
3 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 6e89f31846..17b59ccf3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2014, PHP 5.4.30
+
?? ??? 2014, PHP 5.4.29
- COM:
diff --git a/configure.in b/configure.in
index 7f99518511..855bcbb2c8 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=29
+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 f1cdb59c65..59eb939959 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,8 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 29
+#define PHP_RELEASE_VERSION 30
+
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.29-dev"
-#define PHP_VERSION_ID 50429
+#define PHP_VERSION "5.4.30-dev"
+#define PHP_VERSION_ID 50430