Changeset 556 for tags/1.3.3/Global.pas
- Timestamp:
- Apr 24, 2024, 11:50:02 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.3/Global.pas
r474 r556 19 19 AITemplateFileName = 'AI Template' + DirectorySeparator + AITemplateManual + '.html'; 20 20 CevoVersionMajor = 1; 21 CevoVersionMinor = 4;22 CevoVersionBugFix = 0;21 CevoVersionMinor = 3; 22 CevoVersionBugFix = 3; 23 23 CevoVersion = ((CevoVersionMajor and $ff) shl 16) or 24 24 ((CevoVersionMinor and $ff) shl 8) or
Note:
See TracChangeset
for help on using the changeset viewer.