From 041ed2dea7fb8842bbdcae5acfdeac52b88ad77d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Dec 2016 16:29:24 +0100 Subject: Wizard: 5.6.29/7.0.14 --- wizard/index.php | 4 ++-- 1 file 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)', ]; -- cgit