Commit e859a81

Nick Faro committed on
Bump version constant up
commit e859a81cc3c7ae5c7bee5c729f37cc9a83180571 parent e78d021
1 changed files +1−1
Modifiedconstants.pas +1−1
@@ -18,7 +18,7 @@ type
18 TRoutineIndex = 0..15; 18 TRoutineIndex = 0..15;
19 19
20 const 20 const
21 UGE_FORMAT_VERSION = 5; 21 UGE_FORMAT_VERSION = 6;
22 22
23 SYM_ROW = 'row'; 23 SYM_ROW = 'row';
24 SYM_TICK = 'tick'; 24 SYM_TICK = 'tick';