summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-27 12:49:52 +0200
committerAnatol Belski <ab@php.net>2016-09-27 12:49:52 +0200
commitcb29c01ed6ff60bb693a0b943bc8993b45c462b4 (patch)
tree9bd1e7b5918694a0042343b12b2140bc86749051
parent6887c4a06146252c156bcd270828774ed97b5b9f (diff)
downloadphp-git-cb29c01ed6ff60bb693a0b943bc8993b45c462b4.tar.gz
prepare next
-rw-r--r--NEWS6
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
3 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index aa17db7c91..e45d2b52eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016 PHP 7.0.12
+?? ??? 2016 PHP 7.0.13
+
+
+
+13 Oct 2016 PHP 7.0.12
- Core:
. Fixed bug #73067 (__debugInfo crashes when throwing an exception).
diff --git a/configure.in b/configure.in
index 7f60f4ce51..33c693bfdd 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=0
-PHP_RELEASE_VERSION=12
+PHP_RELEASE_VERSION=13
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 2b2c7ab4f6..3396f8185c 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 7
#define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 12
+#define PHP_RELEASE_VERSION 13
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.12-dev"
-#define PHP_VERSION_ID 70012
+#define PHP_VERSION "7.0.13-dev"
+#define PHP_VERSION_ID 70013