Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Sep 15, 2021
1 parent 48e9ffd commit 5450256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/define.php
Expand Up @@ -31,7 +31,7 @@
*/

// Current version of GLPI
define('GLPI_VERSION', '9.5.5');
define('GLPI_VERSION', '9.5.6');
if (substr(GLPI_VERSION, -4) === '-dev') {
//for dev version
define('GLPI_PREVER', str_replace('-dev', '', GLPI_VERSION));
Expand All @@ -41,7 +41,7 @@
);
} else {
//for stable version
define("GLPI_SCHEMA_VERSION", '9.5.5');
define("GLPI_SCHEMA_VERSION", '9.5.6');
}
define('GLPI_MIN_PHP', '7.2.0'); // Must also be changed in top of index.php
define('GLPI_YEAR', '2021');
Expand Down

0 comments on commit 5450256

Please sign in to comment.