File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 2525 @since 2009
2626 ---------------------------------------------------------------------- */
2727
28+ define ('PLUGIN_GENERICOBJECT_VERSION ' , '2.4.0 ' );
29+
2830if (!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
167169function 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:contact@teclib.com \">Teclib'</a> & <a href='http://www.siprossii.com/'>siprossii</a> " ,
171173 'homepage ' => 'https://github.com/teclib/genericobject ' ,
172174 'license ' => 'GPLv2+ ' ,
You can’t perform that action at this time.
0 commit comments