Skip to content

Commit 63cfb02

Browse files
committed
Bump version
1 parent 448eda3 commit 63cfb02

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

genericobject.xml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<author>Walid Nouh</author>
2323
</authors>
2424
<versions>
25+
<version>
26+
<num>2.4.0</num>
27+
<compatibility>0.85</compatibility>
28+
<compatibility>0.90</compatibility>
29+
<compatibility>9.1</compatibility>
30+
</version>
2531
<version>
2632
<num>0.85-1.1</num>
2733
<compatibility>0.85</compatibility>

setup.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
@since 2009
2626
---------------------------------------------------------------------- */
2727

28+
define ('PLUGIN_GENERICOBJECT_VERSION', '2.4.0');
29+
2830
if (!defined("GENERICOBJECT_DIR")) {
2931
define("GENERICOBJECT_DIR",GLPI_ROOT . "/plugins/genericobject");
3032
}
@@ -166,7 +168,7 @@ function plugin_post_init_genericobject() {
166168
// Get the name and the version of the plugin - Needed
167169
function plugin_version_genericobject() {
168170
return array ('name' => __("Objects management", "genericobject"),
169-
'version' => '0.85-1.2',
171+
'version' => PLUGIN_GENERICOBJECT_VERSION,
170172
'author' => "<a href=\"mailto:[email protected]\">Teclib'</a> & <a href='http://www.siprossii.com/'>siprossii</a>",
171173
'homepage' => 'https://github.com/teclib/genericobject',
172174
'license' => 'GPLv2+',

0 commit comments

Comments
 (0)