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 ff1ccbe commit 097c793Copy full SHA for 097c793
Src/USelectionIOMgr.pas
@@ -3,7 +3,7 @@
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
* obtain one at http://mozilla.org/MPL/2.0/
5
*
6
- * Copyright (C) 2012-2014, Peter Johnson (www.delphidabbler.com).
+ * Copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).
7
8
* $Rev$
9
* $Date$
@@ -62,7 +62,7 @@ implementation
62
const
63
/// <summary>Watermark for selection files. Uses characters that will be
64
/// interpreted wrongly if the file is not in UTF8 format.</summary>
65
- SelectionFileWatermark = #$25BA + ' CodeSnip Selections v1 ' + #$25C4;
+ SelectionFileWatermark = #$25BA + ' CodeSnip Selections v2 ' + #$25C4;
66
67
{ TSelectionIOMgr }
68
0 commit comments