Skip to content

Commit

Permalink
increment version in TCEC script
Browse files Browse the repository at this point in the history
  • Loading branch information
tryingsomestuff committed Dec 8, 2022
1 parent 5e11286 commit c3b709a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/TCEC/engine.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"command": "./minic_linux_x64 -uci -syzygyPath /home/syzygy/",
"name": "Minic 3.30",
"name": "Minic 3.31",
"restart": "on",
"rating": "3419",
"options": [
Expand Down
2 changes: 1 addition & 1 deletion Tools/TCEC/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ ! -n "$VERSION" ];then
echo "You must first set VERSION variable please, see example below"
echo "> export VERSION=master && ./update.sh"
echo "> export VERSION=3.30 && ./update.sh"
echo "> export VERSION=3.31 && ./update.sh"
exit 1
fi

Expand Down

0 comments on commit c3b709a

Please sign in to comment.