Skip to content

Commit 097c793

Browse files
author
DelphiDabbler
committed
Updated selection file header to note we are now using format v2.
1 parent ff1ccbe commit 097c793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/USelectionIOMgr.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2012-2014, Peter Johnson (www.delphidabbler.com).
6+
* Copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).
77
*
88
* $Rev$
99
* $Date$
@@ -62,7 +62,7 @@ implementation
6262
const
6363
/// <summary>Watermark for selection files. Uses characters that will be
6464
/// interpreted wrongly if the file is not in UTF8 format.</summary>
65-
SelectionFileWatermark = #$25BA + ' CodeSnip Selections v1 ' + #$25C4;
65+
SelectionFileWatermark = #$25BA + ' CodeSnip Selections v2 ' + #$25C4;
6666

6767
{ TSelectionIOMgr }
6868

0 commit comments

Comments
 (0)