Skip to content

Commit 801d25b

Browse files
committed
Bump version and year
1 parent 667f159 commit 801d25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/define.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232

3333
// Current version of GLPI
34-
define('GLPI_VERSION', '9.4.1');
34+
define('GLPI_VERSION', '9.4.1.1');
3535
if (substr(GLPI_VERSION, -4) === '-dev') {
3636
//for dev version
3737
define('GLPI_PREVER', str_replace('-dev', '', GLPI_VERSION));
@@ -44,7 +44,7 @@
4444
define("GLPI_SCHEMA_VERSION", '9.4.1');
4545
}
4646
define('GLPI_MIN_PHP', '5.6.0'); // Must also be changed in top of index.php
47-
define('GLPI_YEAR', '2018');
47+
define('GLPI_YEAR', '2019');
4848
if (!defined('GLPI_DEMO_MODE')) {
4949
define('GLPI_DEMO_MODE', '0');
5050
}

0 commit comments

Comments
 (0)