Prepare 24.0 release

This commit is contained in:
Laurent Destailleur 2026-08-12 22:04:04 +02:00
parent 55caca3c07
commit e9f6710db6

View file

@ -38,7 +38,7 @@ if (!defined('DOL_APPLICATION_TITLE')) {
// The major version of Dolibarr
define('DOL_MAJOR_VERSION', '24');
define('DOL_MINOR_VERSION', '0.0-beta');
define('DOL_MINOR_VERSION', '0.0');
define('DOL_VERSION', constant('DOL_MAJOR_VERSION').'.'.constant('DOL_MINOR_VERSION'));