diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 6f40ac7c..c5d56367 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -17,7 +17,7 @@ class gallery extends common { - const VERSION = '3.1'; + const VERSION = '3.2'; const REALNAME = 'Galerie'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/news/news.php b/module/news/news.php index 5da4ed42..67787218 100755 --- a/module/news/news.php +++ b/module/news/news.php @@ -15,7 +15,7 @@ class news extends common { - const VERSION = '3.4'; + const VERSION = '3.5'; const REALNAME = 'News'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/search/search.php b/module/search/search.php index 1ad80a6e..d8fadaad 100644 --- a/module/search/search.php +++ b/module/search/search.php @@ -19,7 +19,7 @@ class search extends common { - const VERSION = '2.2'; + const VERSION = '2.3'; const REALNAME = 'Recherche'; const DELETE = true; const UPDATE = '0.0';