Skip to content

Commit 83050ac

Browse files
committed
Add 2.6.1 version definition
1 parent c732846 commit 83050ac

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
@@ -24,6 +24,10 @@
2424
<author>Walid Nouh</author>
2525
</authors>
2626
<versions>
27+
<version>
28+
<num>2.6.1</num>
29+
<compatibility>9.3</compatibility>
30+
</version>
2731
<version>
2832
<num>2.6.0</num>
2933
<compatibility>9.3</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.6.0');
38+
define ('PLUGIN_GENERICOBJECT_VERSION', '2.6.1');
3939

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

0 commit comments

Comments
 (0)