We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65b06a commit c23dc8fCopy full SHA for c23dc8f
Src/UCodeImportExport.pas
@@ -181,7 +181,7 @@ implementation
181
cWatermark = 'B46969D4-D367-4F5F-833E-F165FBA78631';
182
// file version numbers
183
cEarliestVersion = 1; // earliest file version supported by importer
184
- cLatestVersion = 6; // current file version written by exporter
+ cLatestVersion = 7; // current file version written by exporter
185
186
{ TCodeExporter }
187
0 commit comments