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 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) 2006-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2006-2022 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Class that controls and provides information about Borland CodeGear and
9
9
* Embarcadero "BDS" Win32 compilers.
@@ -175,7 +175,7 @@ function TBDSCompiler.GetName: string;
175
175
sDelphi102T = ' Delphi 10.2 Tokyo' ;
176
176
sDelphi103R = ' Delphi 10.3 Rio' ;
177
177
sDelphi104S = ' Delphi 10.4 Sydney' ;
178
- sDelphi11A = ' Delphi 11 Alexandria' ;
178
+ sDelphi11A = ' Delphi 11.x Alexandria' ;
179
179
begin
180
180
case GetID of
181
181
ciDXE:
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) 2010-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2010-2022 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements a frame that allows user to set source code generation
9
9
* preferences.
@@ -685,7 +685,7 @@ procedure TCodeGenPrefsFrame.PopulatePreDefCompilerMenu;
685
685
AddMenuItem(' Delphi 10.2 Tokyo' , 32.0 );
686
686
AddMenuItem(' Delphi 10.3 Rio' , 33.0 );
687
687
AddMenuItem(' Delphi 10.4 Sydney' , 34.0 );
688
- AddMenuItem(' Delphi 11 Alexandria' , 35.0 );
688
+ AddMenuItem(' Delphi 11.x Alexandria' , 35.0 );
689
689
end ;
690
690
691
691
procedure TCodeGenPrefsFrame.PreDefCompilerMenuClick (Sender: TObject);
You can’t perform that action at this time.
0 commit comments