Skip to content

Commit

Permalink
Bump version and year
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 15, 2019
1 parent 667f159 commit 801d25b
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.1');
define('GLPI_VERSION', '9.4.1.1');
if (substr(GLPI_VERSION, -4) === '-dev') {
//for dev version
define('GLPI_PREVER', str_replace('-dev', '', GLPI_VERSION));
Expand All @@ -44,7 +44,7 @@
define("GLPI_SCHEMA_VERSION", '9.4.1');
}
define('GLPI_MIN_PHP', '5.6.0'); // Must also be changed in top of index.php
define('GLPI_YEAR', '2018');
define('GLPI_YEAR', '2019');
if (!defined('GLPI_DEMO_MODE')) {
define('GLPI_DEMO_MODE', '0');
}
Expand Down

0 comments on commit 801d25b

Please sign in to comment.