Prepare 18.0.7 (#34575)

* Prepare 18.0.7

* Changelog for 18.0.7 LTS
This commit is contained in:
lvessiller-opendsi
2025-06-19 14:58:38 +02:00
committed by GitHub
parent 719de0aef3
commit c263fccb5f
2 changed files with 70 additions and 2 deletions

View File

@@ -31,10 +31,10 @@
*/
if (!defined('DOL_APPLICATION_TITLE')) {
define('DOL_APPLICATION_TITLE', 'Dolibarr');
define('DOL_APPLICATION_TITLE', 'Dolibarr LTS');
}
if (!defined('DOL_VERSION')) {
define('DOL_VERSION', '18.0.6'); // a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
define('DOL_VERSION', '18.0.7'); // a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
}
if (!defined('EURO')) {