]> granicus.if.org Git - php/commitdiff
bump versions
authorJoe Watkins <krakjoe@php.net>
Thu, 7 Jun 2018 06:19:43 +0000 (08:19 +0200)
committerJoe Watkins <krakjoe@php.net>
Thu, 7 Jun 2018 06:19:43 +0000 (08:19 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 339353dc5e735476a57419fd5eb6820b95abda70..77e596a418d794bfb658f8142a977989e332c61c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.19
+?? ??? ????, PHP 7.1.20
+
+
+
+22 Jun 2019, PHP 7.1.19
 
 - CLI Server:
   . Fixed bug #76333 (PHP built-in server does not find files if root path
index e5a46997c96b155e133eabc6d352c46161c328a3..d278061ef5322816eb06757d55d0b2a6cdc9e67e 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=18
+PHP_RELEASE_VERSION=20
 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 6cf2b41e176aea9bf3b2975f98513cc49bb628f9..dcb9a710b76b1f02cea10a7c8841647c8fb17a44 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 18
+#define PHP_RELEASE_VERSION 20
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.18-dev"
-#define PHP_VERSION_ID 70118
+#define PHP_VERSION "7.1.20-dev"
+#define PHP_VERSION_ID 70120