Skip to content

Commit 60c98dd

Browse files
committed
Prepare v24
1 parent e06888e commit 60c98dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

htdocs/filefunc.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*/
3434

3535

36-
define('DOL_MINOR_VERSION', '0.0');
36+
define('DOL_MINOR_VERSION', '0.0-alpha');
3737

3838
if (!defined('DOL_APPLICATION_TITLE')) {
3939
define('DOL_APPLICATION_TITLE', 'Dolibarr');

htdocs/version.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838

3939
// The major version of Dolibarr
40-
define('DOL_MAJOR_VERSION', '23');
40+
define('DOL_MAJOR_VERSION', '24');
4141

4242
define('DOL_VERSION', constant('DOL_MAJOR_VERSION').'.'.constant('DOL_MINOR_VERSION'));
4343
// DOL_VERSION is now a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c

0 commit comments

Comments
 (0)