Changeset 651 for tags/1.3.7/Global.pas


Ignore:
Timestamp:
Feb 26, 2025, 10:31:38 PM (11 days ago)
Author:
chronos
Message:
  • Modified: Version 1.3.7 changes.
  • Added: Version 1.3.7 Windows binaries.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.7/Global.pas

    r474 r651  
    1919  AITemplateFileName = 'AI Template' + DirectorySeparator + AITemplateManual + '.html';
    2020  CevoVersionMajor = 1;
    21   CevoVersionMinor = 4;
    22   CevoVersionBugFix = 0;
     21  CevoVersionMinor = 3;
     22  CevoVersionBugFix = 7;
    2323  CevoVersion = ((CevoVersionMajor and $ff) shl 16) or
    2424    ((CevoVersionMinor and $ff) shl 8) or
Note: See TracChangeset for help on using the changeset viewer.