We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667f159 commit 801d25bCopy full SHA for 801d25b
inc/define.php
@@ -31,7 +31,7 @@
31
*/
32
33
// Current version of GLPI
34
-define('GLPI_VERSION', '9.4.1');
+define('GLPI_VERSION', '9.4.1.1');
35
if (substr(GLPI_VERSION, -4) === '-dev') {
36
//for dev version
37
define('GLPI_PREVER', str_replace('-dev', '', GLPI_VERSION));
@@ -44,7 +44,7 @@
44
define("GLPI_SCHEMA_VERSION", '9.4.1');
45
}
46
define('GLPI_MIN_PHP', '5.6.0'); // Must also be changed in top of index.php
47
-define('GLPI_YEAR', '2018');
+define('GLPI_YEAR', '2019');
48
if (!defined('GLPI_DEMO_MODE')) {
49
define('GLPI_DEMO_MODE', '0');
50
0 commit comments