From 6f21492505dd554667f70884b46802f2fb81c210 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Wed, 25 Oct 2017 03:48:22 +0200 Subject: PHP-5.6.32 --- NEWS | 2 -- configure.in | 4 ++-- main/php_version.h | 8 ++++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 93a838bdd4..18f5816015 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,5 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ?? 2017, PHP 5.6.33 - 26 Sep 2017, PHP 5.6.32 - Date: diff --git a/configure.in b/configure.in index 933c30cb49..33ad2893e5 100644 --- a/configure.in +++ b/configure.in @@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=6 -PHP_RELEASE_VERSION=33 -PHP_EXTRA_VERSION="-dev" +PHP_RELEASE_VERSION=32 +PHP_EXTRA_VERSION="" 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 fecf7da9ad..c232d77c18 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 5 #define PHP_MINOR_VERSION 6 -#define PHP_RELEASE_VERSION 33 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.33-dev" -#define PHP_VERSION_ID 50633 +#define PHP_RELEASE_VERSION 32 +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.6.32" +#define PHP_VERSION_ID 50632 -- cgit v1.2.1