Skip to content

Commit 4731d1b

Browse files
committed
Add 2.6.0 version definition
1 parent 29f84f0 commit 4731d1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

genericobject.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<author>Walid Nouh</author>
2323
</authors>
2424
<versions>
25+
<version>
26+
<num>2.6.0</num>
27+
<compatibility>9.3</compatibility>
28+
</version>
2529
<version>
2630
<num>2.5.2</num>
2731
<compatibility>9.2</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
----------------------------------------------------------------------
3636
*/
3737

38-
define ('PLUGIN_GENERICOBJECT_VERSION', '2.5.2');
38+
define ('PLUGIN_GENERICOBJECT_VERSION', '2.6.0');
3939

4040
// Minimal GLPI version, inclusive
4141
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.3");

0 commit comments

Comments
 (0)