From 4c7f7d7cf76acba4b12f1f462d742c6f5a31ff89 Mon Sep 17 00:00:00 2001
From: Remi Collet
Date: Thu, 4 Jun 2020 08:06:36 +0200
Subject: June bill
---
index.html | 2 +-
wizard/index.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 046f457d..562947d4 100644
--- a/index.html
+++ b/index.html
@@ -55,7 +55,7 @@
But maintaining this web site also have a cost.
-->
-
Next year Web hosting budget, until May 2021:
+ Next year Web hosting budget, until June 2021:
diff --git a/wizard/index.php b/wizard/index.php
index 7e259833..8f455468 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -81,7 +81,7 @@ $phpvers = [
];
$phpname = [
':devel' => 'Development version, not ready for production',
- '8.0' => '8.0.0-dev (2020-05-26 snapshot)',
+ '8.0' => '8.0.0-dev (2020-06-02 snapshot)',
':stable' => 'Stable versions - usage recommended',
'7.4' => '7.4.6 (active support until November 2021)',
'7.3' => '7.3.18 (active support until December 2020)',
--
cgit