Skip to content

Commit d86522b

Browse files
committed
bump(2.13.4-dev): 2.13.4-dev unofficial
1 parent 1c86e7f commit d86522b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333

3434
global $CFG_GLPI;
3535
// Version of the plugin (major.minor.bugfix)
36-
define('PLUGIN_FORMCREATOR_VERSION', '2.13.3');
36+
define('PLUGIN_FORMCREATOR_VERSION', '2.13.4-dev');
3737
// Schema version of this version (major.minor only)
3838
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.13');
3939
// is or is not an official release of the plugin
40-
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);
40+
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false);
4141

4242
// Minimal GLPI version, inclusive
4343
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0');

0 commit comments

Comments
 (0)