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 = [];