Skip to content

Commit d9f6f7f

Browse files
committed
Bump version info
1 parent 0f22d4e commit d9f6f7f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

battlefield/Battlefield.lpi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<VersionInfo>
1818
<UseVersionInfo Value="True"/>
1919
<MinorVersionNr Value="9"/>
20-
<RevisionNr Value="12"/>
21-
<StringTable Comments="BattleField is a tool to run micro-matches between chess engines" FileDescription="BattleField" LegalCopyright="Copyright (C) 2020-2021 Alexander Kernozhitsky" ProductName="BattleField" ProductVersion="0.9.12 beta"/>
20+
<RevisionNr Value="13"/>
21+
<StringTable Comments="BattleField is a tool to run micro-matches between chess engines" FileDescription="BattleField" LegalCopyright="Copyright (C) 2020-2022 Alexander Kernozhitsky" ProductName="BattleField" ProductVersion="0.9.13 beta"/>
2222
</VersionInfo>
2323
<BuildModes Count="1">
2424
<Item1 Name="Default" Default="True"/>

battlefield/Battlefield.lpr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
ChessTime;
3939

4040
const
41-
AppVersionCodename = 'Profit from Our Victory';
41+
AppVersionCodename = 'No Sorrow, No Pain';
4242

4343
procedure ShowHelp(Banner: boolean = True);
4444
begin
@@ -248,7 +248,7 @@
248248
if ParamStr(Param) = '-v' then
249249
begin
250250
WriteLn('BattleField version ' + GetAppVersion + ' "' + AppVersionCodename + '"');
251-
WriteLn('Copyright (C) 2020-2021 Alexander Kernozhitsky');
251+
WriteLn('Copyright (C) 2020-2022 Alexander Kernozhitsky');
252252
WriteLn;
253253
WriteLn('Build time: ' + GetAppBuildTime);
254254
WriteLn('Target: ' + GetAppTarget);

0 commit comments

Comments
 (0)