diff --git a/module/blog/blog.php b/module/blog/blog.php index 33eae3ac..c2c0a7c1 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -87,7 +87,7 @@ class blog extends common { public static $users = []; - const BLOG_VERSION = '3.2'; + const BLOG_VERSION = '4.0'; /** * Flux RSS diff --git a/module/news/news.php b/module/news/news.php index ce9786ed..13fcb2fa 100755 --- a/module/news/news.php +++ b/module/news/news.php @@ -33,7 +33,7 @@ class news extends common { false => 'Brouillon', true => 'PubliƩ' ]; - const NEWS_VERSION = '1.3'; + const NEWS_VERSION = '2.0'; public static $users = [];