]> granicus.if.org Git - php/commitdiff
5.5.18 now
authorJulien Pauli <jpauli@php.net>
Wed, 3 Sep 2014 08:18:51 +0000 (10:18 +0200)
committerJulien Pauli <jpauli@php.net>
Wed, 3 Sep 2014 08:18:51 +0000 (10:18 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 3b7a382038abc9dc2f498ceffec2bd78e9ed2cff..de02064a4735c72f88865d889d78f162dd5c437a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2014, PHP 5.5.17
+?? ??? 2014, PHP 5.5.18
+
+
+
+11 Sep 2014, PHP 5.5.17
 
 - Core:
   . Fixed bug #47358 (glob returns error, should be empty array()). (Pierre)
index a6eb3a5faf7a0402aabd63455e3105377a2f0465..dff05e54b4443aa0d1fd797f0938d18c40b325b5 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=17
+PHP_RELEASE_VERSION=18
 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 ec355c3387af13db43873fdf9aa262988f2b8987..e7478d5ce6f6f6e56c6c859ef89a46ddcb16aedf 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 17
+#define PHP_RELEASE_VERSION 18
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.17-dev"
-#define PHP_VERSION_ID 50517
+#define PHP_VERSION "5.5.18-dev"
+#define PHP_VERSION_ID 50518