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';