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 33 * v. 2.0. If a copy of the MPL was not distributed with this file, You can
44 * obtain one at https://mozilla.org/MPL/2.0/
55 *
6- * Copyright (C) 2007-2021 , Peter Johnson (gravatar.com/delphidabbler).
6+ * Copyright (C) 2007-2022 , Peter Johnson (gravatar.com/delphidabbler).
77 *
88 * Implements class that manages the updating of older config files to the
99 * current format.
@@ -82,7 +82,7 @@ TUserConfigFileUpdater = class(TConfigFileUpdater)
8282 strict private
8383 const
8484 // / <summary>Current user config file version.</summary>
85- FileVersion = 17 ;
85+ FileVersion = 18 ;
8686 strict protected
8787 // / <summary>Returns current user config file version.</summary>
8888 class function GetFileVersion : Integer; override;
You can’t perform that action at this time.
0 commit comments