From f392604977919dbbbd35bd3d1592aee6d02847cf Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 18 Mar 2021 14:31:10 +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 ce001ab8..aec2bf61 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -15,7 +15,7 @@ class blog extends common { - const VERSION = '4.4'; + const VERSION = '4.5'; const REALNAME = 'Blog'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/news/news.php b/module/news/news.php index 6675ec37..79a491f3 100755 --- a/module/news/news.php +++ b/module/news/news.php @@ -15,7 +15,7 @@ class news extends common { - const VERSION = '2.1'; + const VERSION = '2.2'; const REALNAME = 'Actualités'; const DELETE = true; const UPDATE = '0.0';