File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2007-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2007-2022 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements class that manages the updating of older config files to the
9
9
* current format.
@@ -82,7 +82,7 @@ TUserConfigFileUpdater = class(TConfigFileUpdater)
82
82
strict private
83
83
const
84
84
// / <summary>Current user config file version.</summary>
85
- FileVersion = 17 ;
85
+ FileVersion = 18 ;
86
86
strict protected
87
87
// / <summary>Returns current user config file version.</summary>
88
88
class function GetFileVersion : Integer; override;
You can’t perform that action at this time.
0 commit comments