]> granicus.if.org Git - php/commitdiff
5.5.38 now
authorJulien Pauli <jpauli@php.net>
Tue, 21 Jun 2016 11:10:37 +0000 (13:10 +0200)
committerJulien Pauli <jpauli@php.net>
Tue, 21 Jun 2016 11:10:37 +0000 (13:10 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 11ba902041739a2234e2489ec3fb1bdb8e6c4fc6..b7d514b05a7ac77df72e333dad7d5f0ea14c7094 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,11 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ** PHP 5.5 is in security-only mode , please do not commit to this branch **
 
-?? ?? 2016, PHP 5.5.37
+?? ?? 2016, PHP 5.5.38
+
+
+
+23 Jun 2016, PHP 5.5.37
 
 - Core:
   . Fixed bug #72268 (Integer Overflow in nl2br()). (Stas)
index 96d04bef0dc19f88d31ab11ae8d54aa5c30ccdc5..d98ad005742e1ec1b12e413ede79a60c36387e93 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=37
+PHP_RELEASE_VERSION=38
 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 40006017997916c6dec0471e4e48168a68cf8664..e85d5253657129ecfff449408fb7e5120a5ee804 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 37
+#define PHP_RELEASE_VERSION 38
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.37-dev"
-#define PHP_VERSION_ID 50537
+#define PHP_VERSION "5.5.38-dev"
+#define PHP_VERSION_ID 50538