[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] com php-src: 5.6.10 will be next: NEWS configure.in =?UTF-8?Q?main/php=5Fversion=2Eh?=
From:       Ferenc Kovacs <tyrael () php ! net>
Date:       2015-04-29 22:01:55
Message-ID: php-mail-c91e4112867f95480ade033fd4da8e34396509312 () git ! php ! net
[Download RAW message or body]

Commit:    9c7496e0ddd0d562e0124be5ad35025d345a2e70
Author:    Ferenc Kovacs <tyrael@php.net>         Thu, 30 Apr 2015 00:01:55 +0200
Parents:   d004c1d5fff77451ff3c6e96cfd8a11dbd83eb0a
Branches:  PHP-5.6

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=9c7496e0ddd0d562e0124be5ad35025d345a2e70


Log:
5.6.10 will be next

Changed paths:
  M  NEWS
  M  configure.in
  M  main/php_version.h


Diff:
diff --git a/NEWS b/NEWS
index 257c024..cb2d07d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? May 2015, PHP 5.6.9
+?? Jul 2015, PHP 5.6.10
+
+14 Jun 2015, PHP 5.6.9
 
 - Core:
   . Fixed bug #69467 (Wrong checked for the interface by using Trait). 
diff --git a/configure.in b/configure.in
index 29bf13f..0aa7a30 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=6
-PHP_RELEASE_VERSION=9
+PHP_RELEASE_VERSION=10
 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 a899388..b7774c9 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 6
-#define PHP_RELEASE_VERSION 9
+#define PHP_RELEASE_VERSION 10
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.9-dev"
-#define PHP_VERSION_ID 50609
+#define PHP_VERSION "5.6.10-dev"
+#define PHP_VERSION_ID 50610


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic