]> granicus.if.org Git - php/commitdiff
5.5.37 now
authorJulien Pauli <jpauli@php.net>
Wed, 25 May 2016 09:37:58 +0000 (11:37 +0200)
committerJulien Pauli <jpauli@php.net>
Wed, 25 May 2016 09:37:58 +0000 (11:37 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index afc6fa77d934a9d00fcb2ece51524c5c7b9b10e1..fbb357841ae23fa3685457a3cc6132411357c08c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ** PHP 5.5 is in security-only mode , please do not commit to this branch **
 
+?? ?? 2016, PHP 5.5.37
+
+
 26 May 2016, PHP 5.5.36
 
 - Core:
index 375e5941b924f80a133b50f3744be393150dd7ff..96d04bef0dc19f88d31ab11ae8d54aa5c30ccdc5 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=5
-PHP_RELEASE_VERSION=36
+PHP_RELEASE_VERSION=37
 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`
index ee8de7b4e77f80b538985d67fe8b04f638ec9f8d..40006017997916c6dec0471e4e48168a68cf8664 100644 (file)
@@ -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 36
+#define PHP_RELEASE_VERSION 37
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.36-dev"
-#define PHP_VERSION_ID 50536
+#define PHP_VERSION "5.5.37-dev"
+#define PHP_VERSION_ID 50537