From 1d5baf167a79f8b6842e46b238eb7fb99dcb3e6b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Oct 2018 12:15:30 +0200 Subject: [PATCH] bump to 7.2.13-dev --- NEWS | 5 ++++- configure.ac | 2 +- main/php_version.h | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c009e477e5..bf1e53ff73 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2018, PHP 7.2.12 +?? ??? 2018, PHP 7.2.13 + + +08 Nov 2018, PHP 7.2.12 - Core: . Fixed bug #76846 (Segfault in shutdown function after memory limit error). diff --git a/configure.ac b/configure.ac index cb0405569f..b2ae4de5b5 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=12 +PHP_RELEASE_VERSION=13 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 19c1f2ecd9..4b6f8dfaa3 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 12 +#define PHP_RELEASE_VERSION 13 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.2.12-dev" -#define PHP_VERSION_ID 70212 +#define PHP_VERSION "7.2.13-dev" +#define PHP_VERSION_ID 70213 -- 2.40.0