Prepare 24.0 release
This commit is contained in:
parent
55caca3c07
commit
e9f6710db6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if (!defined('DOL_APPLICATION_TITLE')) {
|
||||||
|
|
||||||
// The major version of Dolibarr
|
// The major version of Dolibarr
|
||||||
define('DOL_MAJOR_VERSION', '24');
|
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'));
|
define('DOL_VERSION', constant('DOL_MAJOR_VERSION').'.'.constant('DOL_MINOR_VERSION'));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue