]> granicus.if.org Git - php/commitdiff
5.4.17 is next
authorStanislav Malyshev <stas@php.net>
Wed, 22 May 2013 06:36:28 +0000 (23:36 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 22 May 2013 06:36:28 +0000 (23:36 -0700)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 73617e2bdedba158a33bfc24547a7fd6cc16a028..c6042f7972e5594d029d73ee6763f8b4624e9989 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2013, PHP 5.4.17
+
 ?? ??? 2013, PHP 5.4.16
 
 - Core:
index 1e6618212968990ba9df145f45b678e22eb3d15b..c1db370a0f66c477f57959361e1f459a0e2736ac 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=16
+PHP_RELEASE_VERSION=17
 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 cb6d7441d9f00d2ce975c5da490900fc2def9858..055d14d6bf296762a6f8defb134274a6f9d19c61 100644 (file)
@@ -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 16
+#define PHP_RELEASE_VERSION 17
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.16-dev"
-#define PHP_VERSION_ID 50416
+#define PHP_VERSION "5.4.17-dev"
+#define PHP_VERSION_ID 50417