Skip to content

Commit b0a885b

Browse files
author
delphidabbler
committed
Merge branch 'feature/update-export-file-fmt' into develop
2 parents e65b06a + 7482948 commit b0a885b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Src/UCodeImportExport.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ implementation
181181
cWatermark = 'B46969D4-D367-4F5F-833E-F165FBA78631';
182182
// file version numbers
183183
cEarliestVersion = 1; // earliest file version supported by importer
184-
cLatestVersion = 6; // current file version written by exporter
184+
cLatestVersion = 7; // current file version written by exporter
185185

186186
{ TCodeExporter }
187187

Src/UXMLDocConsts.pas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ interface
3838
// export XML only
3939
cExportRootNode = 'codesnip-export';
4040
cProgVersionNode = 'prog-version';
41-
cUserInfoNode = 'user-info';
42-
cUserNameNode = 'name';
43-
cUserEmailNode = 'email';
44-
cUserCommentsNode = 'comments';
4541
cSourceCodeTextNode = 'source-code-text';
4642
// common to user-database and export XML
4743
cRootVersionAttr = 'version';

0 commit comments

Comments
 (0)