Skip to content

Commit

Permalink
Bump version, update upgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 6, 2017
1 parent 1c6c9dc commit 4205431
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/define.php
Expand Up @@ -36,7 +36,7 @@
*/

// Current version of GLPI
define("GLPI_VERSION","9.1.6");
define("GLPI_VERSION","9.1.7.1");
define("GLPI_SCHEMA_VERSION","9.1.3");
define('GLPI_YEAR', '2017');
define("GLPI_DEMO_MODE","0");
Expand Down
2 changes: 2 additions & 0 deletions install/update.php
Expand Up @@ -807,6 +807,8 @@ function updateDbUpTo031() {
case "9.1.3" :
case "9.1.4" :
case "9.1.5" :
case "9.1.6" :
case "9.1.7" :
case GLPI_VERSION:
break;

Expand Down
2 changes: 2 additions & 0 deletions tools/cliupdate.php
Expand Up @@ -347,6 +347,8 @@ function displayWarning($msg, $red=false) {
case "9.1.3":
case "9.1.4":
case "9.1.5":
case "9.1.6":
case "9.1.7":
case GLPI_VERSION :
break;

Expand Down

0 comments on commit 4205431

Please sign in to comment.