From a2ddb37c0aff79a18abd62caaf8d1a13e308877f Mon Sep 17 00:00:00 2001 From: moyooo Date: Tue, 12 Oct 2010 15:56:05 +0000 Subject: [PATCH] correct version git-svn-id: https://forge.glpi-project.org/svn/example/trunk@146 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.php b/setup.php index 52eb7b1..a93faaa 100755 --- a/setup.php +++ b/setup.php @@ -150,7 +150,7 @@ function plugin_init_example() { function plugin_version_example() { return array('name' => 'Plugin Example', - 'version' => '0.3.0', + 'version' => '4.0', 'author' => 'Julien Dombre', 'homepage' => 'https://forge.indepnet.net/projects/example', 'minGlpiVersion' => '0.80');// For compatibility / no install in version < 0.80 @@ -183,4 +183,4 @@ function plugin_example_check_config($verbose=false) { } -?> \ No newline at end of file +?>