From 24f8a68d0a82903dfc5c1c787c0c4d15819f2305 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 17 Feb 2015 07:34:00 +0100 Subject: [PATCH] 5.4.39 next --- NEWS | 4 +++- configure.in | 2 +- main/php_version.h | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index b8c85b2037..7ecb7a03f1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 20?? PHP 5.4.38 +?? ??? 2015 PHP 5.4.39 + +19 Feb 2015 PHP 5.4.38 - Core: . Removed support for multi-line headers, as the are deprecated by RFC 7230. diff --git a/configure.in b/configure.in index 4282fa2165..5cdeb2d81e 100644 --- a/configure.in +++ b/configure.in @@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=4 -PHP_RELEASE_VERSION=38 +PHP_RELEASE_VERSION=39 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 34e91ea672..46f681765e 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 4 -#define PHP_RELEASE_VERSION 38 +#define PHP_RELEASE_VERSION 39 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.38-dev" -#define PHP_VERSION_ID 50438 +#define PHP_VERSION "5.4.39-dev" +#define PHP_VERSION_ID 50439 -- 2.40.0