Skip to content

Commit 30740e3

Browse files
committed
build 312
1 parent 23ea63a commit 30740e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.pas

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ interface
3636
HSlib, traylib, monoLib, progFrmLib, classesLib;
3737

3838
const
39-
VERSION = '2.4.0 beta9';
40-
VERSION_BUILD = '311';
39+
VERSION = '2.4.0 beta10';
40+
VERSION_BUILD = '312';
4141
VERSION_STABLE = {$IFDEF STABLE } TRUE {$ELSE} FALSE {$ENDIF};
4242
CURRENT_VFS_FORMAT :integer = 1;
4343
CRLF = #13#10;

0 commit comments

Comments
 (0)