summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrakjoe <krakjoe@php.net>2017-12-05 14:18:48 +0100
committerkrakjoe <krakjoe@php.net>2017-12-05 14:18:48 +0100
commit71a460ba7e9727af688e7284c87d5fa5397827c9 (patch)
tree2fb5a8f12079c1e0d9f65b10a8a12e5109de0f49
parent3110bc10f5350f03b4f0248196ede2c7276a6a2a (diff)
downloadphp-git-71a460ba7e9727af688e7284c87d5fa5397827c9.tar.gz
bump versions
-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 a776aed63f..191923f1ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2017, PHP 7.1.13
+?? ??? 2018, PHP 7.1.14
+
+
+
+04 Jan 2018, PHP 7.1.13
- Core:
. Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26). (Laruence)
diff --git a/configure.in b/configure.in
index d9086f581e..7d78ca0ee0 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=1
-PHP_RELEASE_VERSION=13
+PHP_RELEASE_VERSION=14
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 3a1e5ff67d..9edb6c8dc7 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 1
-#define PHP_RELEASE_VERSION 13
+#define PHP_RELEASE_VERSION 14
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.13-dev"
-#define PHP_VERSION_ID 70113
+#define PHP_VERSION "7.1.14-dev"
+#define PHP_VERSION_ID 70114