-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow opponent to play on negative time * bumped version
- Loading branch information
1 parent
5fa843d
commit f0c5175
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Initializes the engine and provides engine information. | |
**Example:** | ||
``` | ||
uci | ||
id name Woodpusher 1.4.0+d6be4b9c9fa56528613008cd6f05241629906b4f | ||
id name Woodpusher 1.4.1+689e19f3ce89cc8b63870a0e3e3c6f482ed476d3 | ||
id author Mikael Fredriksson <[email protected]> | ||
option name OwnBook type check default true | ||
uciok | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<Nullable>enable</Nullable> | ||
<RootNamespace>SicTransit.Woodpusher</RootNamespace> | ||
<Authors>Mikael Fredriksson <[email protected]></Authors> | ||
<Version>1.4.0</Version> | ||
<Version>1.4.1</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
|