Skip to content

Commit fae18d1

Browse files
committed
Update version displayed for Delphi Alexandria
Change version number from 11 to 11.x to reflect fact that there is more than one version number applied to Delphi Alexandria.
1 parent 3aa37bc commit fae18d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Src/Compilers.UBDS.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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';
179179
begin
180180
case GetID of
181181
ciDXE:

Src/FrCodeGenPrefs.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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);
689689
end;
690690

691691
procedure TCodeGenPrefsFrame.PreDefCompilerMenuClick(Sender: TObject);

0 commit comments

Comments
 (0)