Skip to content

Commit d335898

Browse files
committed
Add 2.9.2 version definition
1 parent 58f2185 commit d335898

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

genericobject.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<author>Walid Nouh</author>
2525
</authors>
2626
<versions>
27+
<version>
28+
<num>2.9.2</num>
29+
<compatibility>~9.5.0</compatibility>
30+
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.9.2/glpi-genericobject-2.9.2.tar.bz2</download_url>
31+
</version>
2732
<version>
2833
<num>2.9.1</num>
2934
<compatibility>~9.5.0</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.9.1');
38+
define ('PLUGIN_GENERICOBJECT_VERSION', '2.9.2');
3939

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

0 commit comments

Comments
 (0)