Skip to content

Commit ecb26dd

Browse files
committed
Bump version info
1 parent 3858032 commit ecb26dd

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

battlefield/Battlefield.lpi

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<CONFIG>
33
<ProjectOptions>
4-
<Version Value="11"/>
4+
<Version Value="12"/>
55
<General>
66
<Flags>
77
<MainUnitHasCreateFormStatements Value="False"/>
88
<MainUnitHasTitleStatement Value="False"/>
99
<MainUnitHasScaledStatement Value="False"/>
10+
<CompatibilityMode Value="True"/>
1011
</Flags>
1112
<SessionStorage Value="InProjectDir"/>
12-
<MainUnit Value="0"/>
1313
<Title Value="Battlefield"/>
1414
<UseAppBundle Value="False"/>
1515
<ResourceType Value="res"/>
1616
</General>
1717
<VersionInfo>
1818
<UseVersionInfo Value="True"/>
1919
<MinorVersionNr Value="9"/>
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"/>
20+
<RevisionNr Value="14"/>
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.14 beta"/>
2222
</VersionInfo>
2323
<BuildModes Count="1">
2424
<Item1 Name="Default" Default="True"/>
@@ -29,7 +29,6 @@
2929
</PublishOptions>
3030
<RunParams>
3131
<FormatVersion Value="2"/>
32-
<Modes Count="0"/>
3332
</RunParams>
3433
<RequiredPackages Count="3">
3534
<Item1>

battlefield/Battlefield.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
BattleStatistics;
3737

3838
const
39-
AppVersionCodename = 'No Sorrow, No Pain';
39+
AppVersionCodename = 'Talk of Freedom';
4040

4141
procedure ShowHelp(Banner: boolean = True);
4242
begin

battlefield/EngineRunner.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This file is part of Battlefield - a tool to run micro-matches between chess
33
engines.
44
5-
Copyright © 2020-2021 Alexander Kernozhitsky <sh200105@mail.ru>
5+
Copyright © 2020-2022 Alexander Kernozhitsky <sh200105@mail.ru>
66
77
Battlefield is free software: you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by

common/RichTextConsole.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
richtextconsole - Colored/bold/italic/underline text in terminal
33
4-
Copyright (C) 2018 Alexander Kernozhitsky <sh200105@mail.ru>
4+
Copyright (C) 2018, 2022 Alexander Kernozhitsky <sh200105@mail.ru>
55
66
This library is free software; you can redistribute it and/or
77
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)