]> granicus.if.org Git - php/commitdiff
5.5.19 now
authorJulien Pauli <jpauli@php.net>
Wed, 1 Oct 2014 14:16:05 +0000 (16:16 +0200)
committerJulien Pauli <jpauli@php.net>
Wed, 1 Oct 2014 14:16:05 +0000 (16:16 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 50d997875cc3a4c3b62190d44e60d203f7c30516..66474514f10106c38429e1411d5bc9cdf6cda014 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2014, PHP 5.5.19
+
+
 ?? ??? 2014, PHP 5.5.18
 
 - Core:
index 92b49006e64cd8b45f0c970c1631fa66c320f70d..cc5ec47ac71979bfbe7b1f0458ae84a3e3f58025 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=18
+PHP_RELEASE_VERSION=19
 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 e7478d5ce6f6f6e56c6c859ef89a46ddcb16aedf..b198ad69b1d0448650393860f27bcf74c43dbcd5 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 18
+#define PHP_RELEASE_VERSION 19
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.18-dev"
-#define PHP_VERSION_ID 50518
+#define PHP_VERSION "5.5.19-dev"
+#define PHP_VERSION_ID 50519