Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed May 5, 2020
1 parent 14a0bfa commit 7fbee4f
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.4.5');
define('GLPI_VERSION', '9.4.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.4.5');
define("GLPI_SCHEMA_VERSION", '9.4.6');
}
define('GLPI_MIN_PHP', '5.6.0'); // Must also be changed in top of index.php
define('GLPI_YEAR', '2019');
Expand Down

0 comments on commit 7fbee4f

Please sign in to comment.