Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Oct 25, 2016
1 parent 448eda3 commit 63cfb02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions genericobject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<author>Walid Nouh</author>
</authors>
<versions>
<version>
<num>2.4.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>0.85-1.1</num>
<compatibility>0.85</compatibility>
Expand Down
4 changes: 3 additions & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
@since 2009
---------------------------------------------------------------------- */

define ('PLUGIN_GENERICOBJECT_VERSION', '2.4.0');

if (!defined("GENERICOBJECT_DIR")) {
define("GENERICOBJECT_DIR",GLPI_ROOT . "/plugins/genericobject");
}
Expand Down Expand Up @@ -166,7 +168,7 @@ function plugin_post_init_genericobject() {
// Get the name and the version of the plugin - Needed
function plugin_version_genericobject() {
return array ('name' => __("Objects management", "genericobject"),
'version' => '0.85-1.2',
'version' => PLUGIN_GENERICOBJECT_VERSION,
'author' => "<a href=\"mailto:contact@teclib.com\">Teclib'</a> & <a href='http://www.siprossii.com/'>siprossii</a>",
'homepage' => 'https://github.com/teclib/genericobject',
'license' => 'GPLv2+',
Expand Down

0 comments on commit 63cfb02

Please sign in to comment.