[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] com php-src: bump version: NEWS configure.in =?UTF-8?Q?main/php=5Fversion?= =?UTF-8?Q?=2Eh
From:       Joe Watkins <krakjoe () php ! net>
Date:       2018-07-31 14:38:35
Message-ID: php-mail-2f52d6cc6b48cfa1a14c3ad1cab8a0b81442581849 () git ! php ! net
[Download RAW message or body]

Commit:    74988eed9972c498a0fc57f3bd035bab189a03ab
Author:    Joe Watkins <krakjoe@php.net>         Tue, 31 Jul 2018 16:38:35 +0200
Parents:   2870178720a573ca60eb4e99fedcf7cf5eb39dd5
Branches:  PHP-7.1

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=74988eed9972c498a0fc57f3bd035bab189a03ab


Log:
bump version

Changed paths:
  M  NEWS
  M  configure.in
  M  main/php_version.h


Diff:
diff --git a/NEWS b/NEWS
index 0ab5c59..1a7e6ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.21
+?? ??? ????, PHP 7.1.22
+
+
+16 Aug 2018, PHP 7.1.21
 
 - Calendar:
   . Fixed bug #52974 (jewish.c: compile error under Windows with GBK charset).
diff --git a/configure.in b/configure.in
index b920d5b..8999db4 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=20
+PHP_RELEASE_VERSION=22
 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 dcb9a71..01ca986 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 20
+#define PHP_RELEASE_VERSION 22
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.20-dev"
-#define PHP_VERSION_ID 70120
+#define PHP_VERSION "7.1.22-dev"
+#define PHP_VERSION_ID 70122


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic