From 914d33c40ebe7a5bad6228f128b514698d8aaa2a Mon Sep 17 00:00:00 2001 From: Julien Pauli Date: Wed, 2 Mar 2016 11:02:42 +0100 Subject: [PATCH] Going for 5.5.34 --- NEWS | 4 ++++ configure.in | 2 +- main/php_version.h | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 8491510941..6d3caf60de 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ** PHP 5.5 is in security-only mode , please do not commit to this branch ** +??? 2016, PHP 5.5.34 + + + 03 Mar 2016, PHP 5.5.33 - Phar: diff --git a/configure.in b/configure.in index d80ab94bc8..21a52065c5 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=5 -PHP_RELEASE_VERSION=33 +PHP_RELEASE_VERSION=34 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 e9feae6a51..25446e3d65 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 5 -#define PHP_RELEASE_VERSION 33 +#define PHP_RELEASE_VERSION 34 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.5.33-dev" -#define PHP_VERSION_ID 50533 +#define PHP_VERSION "5.5.34-dev" +#define PHP_VERSION_ID 50534 -- 2.40.0