Skip to content

Commit 9a2d88e

Browse files
committed
Add 2.5.1 version definition
1 parent ad474e8 commit 9a2d88e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

genericobject.xml

+4
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.5.1</num>
27+
<compatibility>9.2</compatibility>
28+
</version>
2529
<version>
2630
<num>2.5.0</num>
2731
<compatibility>9.2</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
----------------------------------------------------------------------
3636
*/
3737

38-
define ('PLUGIN_GENERICOBJECT_VERSION', '2.5.0');
38+
define ('PLUGIN_GENERICOBJECT_VERSION', '2.5.1');
3939

4040
if (!defined("GENERICOBJECT_DIR")) {
4141
define("GENERICOBJECT_DIR", GLPI_ROOT . "/plugins/genericobject");

0 commit comments

Comments
 (0)