File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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) 2006-2021 , Peter Johnson (gravatar.com/delphidabbler).
6+ * Copyright (C) 2006-2022 , Peter Johnson (gravatar.com/delphidabbler).
77 *
88 * Class that controls and provides information about Borland CodeGear and
99 * Embarcadero "BDS" Win32 compilers.
@@ -175,7 +175,7 @@ function TBDSCompiler.GetName: string;
175175 sDelphi102T = ' Delphi 10.2 Tokyo' ;
176176 sDelphi103R = ' Delphi 10.3 Rio' ;
177177 sDelphi104S = ' Delphi 10.4 Sydney' ;
178- sDelphi11A = ' Delphi 11 Alexandria' ;
178+ sDelphi11A = ' Delphi 11.x Alexandria' ;
179179begin
180180 case GetID of
181181 ciDXE:
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) 2010-2021 , Peter Johnson (gravatar.com/delphidabbler).
6+ * Copyright (C) 2010-2022 , Peter Johnson (gravatar.com/delphidabbler).
77 *
88 * Implements a frame that allows user to set source code generation
99 * preferences.
@@ -685,7 +685,7 @@ procedure TCodeGenPrefsFrame.PopulatePreDefCompilerMenu;
685685 AddMenuItem(' Delphi 10.2 Tokyo' , 32.0 );
686686 AddMenuItem(' Delphi 10.3 Rio' , 33.0 );
687687 AddMenuItem(' Delphi 10.4 Sydney' , 34.0 );
688- AddMenuItem(' Delphi 11 Alexandria' , 35.0 );
688+ AddMenuItem(' Delphi 11.x Alexandria' , 35.0 );
689689end ;
690690
691691procedure TCodeGenPrefsFrame.PreDefCompilerMenuClick (Sender: TObject);
You can’t perform that action at this time.
0 commit comments