We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3321d01 commit f64caeeCopy full SHA for f64caee
CHANGELOG.md
@@ -3,7 +3,7 @@
3
The present file will list all changes made to the project; according to the
4
[Keep a Changelog](http://keepachangelog.com/) project.
5
6
-## [10.0.15] unreleased
+## [10.0.15] 2024-04-24
7
8
### Added
9
inc/define.php
@@ -36,7 +36,7 @@
36
use Glpi\SocketModel;
37
38
// Current version of GLPI
39
-define('GLPI_VERSION', '10.0.15-dev');
+define('GLPI_VERSION', '10.0.15');
40
41
$schema_file = sprintf('%s/install/mysql/glpi-empty.sql', GLPI_ROOT);
42
define(
0 commit comments