summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-02-17 07:34:00 +0100
committerStanislav Malyshev <stas@php.net>2015-02-17 07:34:00 +0100
commit24f8a68d0a82903dfc5c1c787c0c4d15819f2305 (patch)
treeea0af7adaeba5735443a46a9cf1466e53f39b961
parentbdfe457a2c1b47209e32783b3a6447e81baf179a (diff)
downloadphp-git-24f8a68d0a82903dfc5c1c787c0c4d15819f2305.tar.gz
5.4.39 next
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
3 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b8c85b2037..7ecb7a03f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 20?? PHP 5.4.38
+?? ??? 2015 PHP 5.4.39
+
+19 Feb 2015 PHP 5.4.38
- Core:
. Removed support for multi-line headers, as the are deprecated by RFC 7230.
diff --git a/configure.in b/configure.in
index 4282fa2165..5cdeb2d81e 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=38
+PHP_RELEASE_VERSION=39
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`
diff --git a/main/php_version.h b/main/php_version.h
index 34e91ea672..46f681765e 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 4
-#define PHP_RELEASE_VERSION 38
+#define PHP_RELEASE_VERSION 39
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.38-dev"
-#define PHP_VERSION_ID 50438
+#define PHP_VERSION "5.4.39-dev"
+#define PHP_VERSION_ID 50439