summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-06-21 13:11:59 +0200
committerJulien Pauli <jpauli@php.net>2016-06-21 13:11:59 +0200
commitd5747a70cf612e653b0e56dfa50efb29bbba273d (patch)
treec28c9de6d8e179895e56a734dd2d34bc782f6395
parent155619184f5e427797c300d6fe0c01ddcfe5fadc (diff)
downloadphp-git-PHP-5.5.37.tar.gz
-rw-r--r--NEWS6
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
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