Skip to content

Commit

Permalink
upcoming Delphi 10.4 codename seems to be "Sydney"
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed May 17, 2020
1 parent 79c3cb8 commit d8bc14c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SynCommons.pas
Expand Up @@ -59042,7 +59042,8 @@ function GetDelphiCompilerVersion: RawUTF8;
{$elseif defined(VER310)}'Delphi 10.1 Berlin'
{$elseif defined(VER320)}'Delphi 10.2 Tokyo'
{$elseif defined(VER330)}'Delphi 10.3 Rio'
{$elseif defined(VER340)}'Delphi 10.4 Next'
{$elseif defined(VER340)}'Delphi 10.4 Sydney'
{$elseif defined(VER350)}'Delphi 10.5 Next'
{$ifend}
{$endif CONDITIONALEXPRESSIONS}
{$endif FPC}
Expand Down
2 changes: 1 addition & 1 deletion SynopseCommit.inc
@@ -1 +1 @@
'1.18.5999'
'1.18.6000'

0 comments on commit d8bc14c

Please sign in to comment.