]> granicus.if.org Git - php/commitdiff
bump versions
authorkrakjoe <krakjoe@php.net>
Tue, 5 Dec 2017 13:18:48 +0000 (14:18 +0100)
committerkrakjoe <krakjoe@php.net>
Tue, 5 Dec 2017 13:18:48 +0000 (14:18 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index a776aed63f1c7c95c48f9cd581e5b23fc113a2a4..191923f1ff6f9d18dd1950c8a41eb751c0445bb2 100644 (file)
--- 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)
index d9086f581eff84bdfee16c103762dc89f203cfbb..7d78ca0ee095c7c98c3e05f732b55af5981b603e 100644 (file)
@@ -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`
index 3a1e5ff67d98d9cb080353cb9e1003732fd188d3..9edb6c8dc7df29c92eb2d638a6e069b5a4205282 100644 (file)
@@ -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