Skip to content

Commit

Permalink
Set version to 9.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Feb 21, 2024
1 parent 2f2e13a commit 9e475e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/define.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/

// Current version of GLPI
define('GLPI_VERSION', '9.5.11');
define('GLPI_VERSION', '9.5.12');
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.5.8');
}
define('GLPI_MIN_PHP', '7.2.0'); // Must also be changed in top of index.php
define('GLPI_YEAR', '2022');
define('GLPI_YEAR', '2024');

//Define a global recipient address for email notifications
//define('GLPI_FORCE_MAIL', 'me@localhost');
Expand Down

0 comments on commit 9e475e9

Please sign in to comment.