Commit: d497926a9a913ea8f0e7d6fc47f52afd173835b2 Author: Anatol Belski <[email protected]> Thu, 19 Jan 2017 12:18:12 +0100 Parents: 122a4254eaadcddd334be492870d16c01cf099fb Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d497926a9a913ea8f0e7d6fc47f52afd173835b2 Log: fix typo Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 2f78e5d..d691c84 100644 --- a/include/version.inc +++ b/include/version.inc @@ -38,7 +38,7 @@ $PHP_7_1_SHA256 = array( $PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_0_RC_DATE = "05 Jan 2017"; -$PHP_7_0_VERSION = "7.0.19"; +$PHP_7_0_VERSION = "7.0.15"; $PHP_7_0_DATE = "19 Jan 2017"; $PHP_7_0_MD5 = array( "tar.bz2" => "c0fa74e0dbc241194b418675134bd948", -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
