From d4d336d730cb9937a491fa28dffbad90eb6d13ec Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 16 Nov 2020 14:34:44 +0100 Subject: [PATCH] Versions --- module/blog/blog.php | 2 +- module/news/news.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/blog/blog.php b/module/blog/blog.php index 5642e59e..500bb722 100644 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -54,7 +54,7 @@ class blog extends common { public static $users = []; - const BLOG_VERSION = '3.00'; + const BLOG_VERSION = '2.99'; /** * Flux RSS diff --git a/module/news/news.php b/module/news/news.php index fddc91d2..6727d883 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -35,7 +35,7 @@ class news extends common { false => 'Brouillon', true => 'PubliƩ' ]; - const NEWS_VERSION = '2.0'; + const NEWS_VERSION = '1.99'; public static $users = [];