From d5747a70cf612e653b0e56dfa50efb29bbba273d Mon Sep 17 00:00:00 2001 From: Julien Pauli Date: Tue, 21 Jun 2016 13:11:59 +0200 Subject: PHP 5.5.37 --- NEWS | 6 ------ configure.in | 4 ++-- main/php_version.h | 8 ++++---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index b7d514b05a..0e6c85b7ae 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,5 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -** PHP 5.5 is in security-only mode , please do not commit to this branch ** - -?? ?? 2016, PHP 5.5.38 - - - 23 Jun 2016, PHP 5.5.37 - Core: diff --git a/configure.in b/configure.in index d98ad00574..78810316cc 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=5 -PHP_RELEASE_VERSION=38 -PHP_EXTRA_VERSION="-dev" +PHP_RELEASE_VERSION=37 +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 e85d525365..82912051bd 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 38 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.5.38-dev" -#define PHP_VERSION_ID 50538 +#define PHP_RELEASE_VERSION 37 +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.5.37" +#define PHP_VERSION_ID 50537 -- cgit v1.2.1