Skip to content

Commit 4205431

Browse files
committed
Bump version, update upgrade scripts
1 parent 1c6c9dc commit 4205431

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

config/define.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737

3838
// Current version of GLPI
39-
define("GLPI_VERSION","9.1.6");
39+
define("GLPI_VERSION","9.1.7.1");
4040
define("GLPI_SCHEMA_VERSION","9.1.3");
4141
define('GLPI_YEAR', '2017');
4242
define("GLPI_DEMO_MODE","0");

install/update.php

+2
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,8 @@ function updateDbUpTo031() {
807807
case "9.1.3" :
808808
case "9.1.4" :
809809
case "9.1.5" :
810+
case "9.1.6" :
811+
case "9.1.7" :
810812
case GLPI_VERSION:
811813
break;
812814

tools/cliupdate.php

+2
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ function displayWarning($msg, $red=false) {
347347
case "9.1.3":
348348
case "9.1.4":
349349
case "9.1.5":
350+
case "9.1.6":
351+
case "9.1.7":
350352
case GLPI_VERSION :
351353
break;
352354

0 commit comments

Comments
 (0)