Skip to content

Commit

Permalink
build: disable official releas flag
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Dec 6, 2018
1 parent f95efaa commit af7936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// Schema version of this version
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.7');
// is or is not an official release of the plugin
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false);

// Minimal GLPI version, inclusive
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.3.0');
Expand Down

0 comments on commit af7936a

Please sign in to comment.