]> granicus.if.org Git - php/commitdiff
5.4.39 PHP-5.4.39 php-5.4.39
authorStanislav Malyshev <stas@php.net>
Wed, 18 Mar 2015 05:33:59 +0000 (22:33 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 18 Mar 2015 05:33:59 +0000 (22:33 -0700)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 0ce25d00f65348cbbf6fd4f5f65cd118cf1cc000..1efab5938cd7ef693e411a0dd828feb591bf6486 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015 PHP 5.4.39
+19 Mar 2015 PHP 5.4.39
 
 - Core:
   . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
index 5cdeb2d81eb7229e74fb6a8d29dd04e387f02df0..71a1b82f0d344dc54d4daf81ccf9936c8d26801c 100644 (file)
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=4
 PHP_RELEASE_VERSION=39
-PHP_EXTRA_VERSION="-dev"
+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`
 
index 46f681765e940afaa31d090197787a10de496d5b..36a54ec04b96b18418af32b0f8ee2c7b545b2688 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 39
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.39-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.39"
 #define PHP_VERSION_ID 50439