summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-08 16:29:24 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-08 16:29:24 +0100
commit041ed2dea7fb8842bbdcae5acfdeac52b88ad77d (patch)
tree4dade3af01e3005fba42d20b3d1a085d12385458
parent6125c844ef497f48c8bc5c34e59cffd87af84b55 (diff)
Wizard: 5.6.29/7.0.14
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php
index b49e1926..5be63c29 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -56,8 +56,8 @@ $phpvers = [
];
$phpname = [
'7.1' => '7.1.0 (active support until Dec 2018)',
- '7.0' => '7.0.13 (active support until Dec 2017)',
- '5.6' => '5.6.28 (active support until Dec 2016)',
+ '7.0' => '7.0.14 (active support until Dec 2017)',
+ '5.6' => '5.6.29 (active support until Dec 2016)',
'5.5' => '5.5.38 (no upstream support since July 2016)',
'5.4' => '5.4.45 (no upstream support since Sept 2015)',
];