File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ;
You can’t perform that action at this time.
0 commit comments