We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad474e8 commit 9a2d88eCopy full SHA for 9a2d88e
genericobject.xml
@@ -22,6 +22,10 @@
22
<author>Walid Nouh</author>
23
</authors>
24
<versions>
25
+ <version>
26
+ <num>2.5.1</num>
27
+ <compatibility>9.2</compatibility>
28
+ </version>
29
<version>
30
<num>2.5.0</num>
31
<compatibility>9.2</compatibility>
setup.php
@@ -35,7 +35,7 @@
35
----------------------------------------------------------------------
36
*/
37
38
-define ('PLUGIN_GENERICOBJECT_VERSION', '2.5.0');
+define ('PLUGIN_GENERICOBJECT_VERSION', '2.5.1');
39
40
if (!defined("GENERICOBJECT_DIR")) {
41
define("GENERICOBJECT_DIR", GLPI_ROOT . "/plugins/genericobject");
0 commit comments