From 0d87a0ba576e2aa981ce096c2ce1a317ae629577 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Apr 2018 07:53:53 +0200 Subject: next is 7.2.6 --- NEWS | 5 ++++- configure.ac | 2 +- main/php_version.h | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index d1c422c4a0..8cc7022c5b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2018, PHP 7.2.5 +?? ??? 2018, PHP 7.2.6 + + +26 Apr 2018, PHP 7.2.5 - Core: . Fixed bug #75722 (Convert valgrind detection to configure option). diff --git a/configure.ac b/configure.ac index c5d9be978b..16c3514fc4 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=7 PHP_MINOR_VERSION=2 -PHP_RELEASE_VERSION=5 +PHP_RELEASE_VERSION=6 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 2255c4fcc9..61ac913dc1 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.ac to change version number */ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 2 -#define PHP_RELEASE_VERSION 5 +#define PHP_RELEASE_VERSION 6 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.2.5-dev" -#define PHP_VERSION_ID 70205 +#define PHP_VERSION "7.2.6-dev" +#define PHP_VERSION_ID 70206 -- cgit v1.2.1