]> granicus.if.org Git - php/commitdiff
bump version after release
authorJoe Watkins <krakjoe@php.net>
Thu, 5 Jan 2017 16:50:52 +0000 (16:50 +0000)
committerJoe Watkins <krakjoe@php.net>
Thu, 5 Jan 2017 16:50:52 +0000 (16:50 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 6e00126ce63129aa69eb1d2412f771813ac70c50..75f190054e75e03a450ac1f115691cf5846bae75 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2017, PHP 7.1.1
+?? ??? 2017, PHP 7.1.2
+
+
+07 Jan 2017, PHP 7.1.1
 
 - Core:
   . Fixed bug #73792 (invalid foreach loop hangs script). (Dmitry)
index 69c2421344c7ba245aacbf03f0fcaa191fce497d..400a9384251b7dbd0e4d037eca3d9176713bb027 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=1
+PHP_RELEASE_VERSION=2
 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 791b2cefa46c7db3128186731cb8da45fc0ab11c..d8084f7d91f29bad816d8831c54f7838e37d60aa 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 1
+#define PHP_RELEASE_VERSION 2
 #define PHP_EXTRA_VERSION "-dev"
 #define PHP_VERSION "7.1.1-dev"
-#define PHP_VERSION_ID 70101
+#define PHP_VERSION_ID 70102