Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tryingsomestuff committed Jun 17, 2023
1 parent 14b08b1 commit 4709cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/config.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const std::string MinicVersion = "3.37";
const std::string MinicVersion = "3.38";

#if defined(ARDUINO) || defined(ESP32)
# define WITH_SMALL_MEMORY
Expand Down
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/syzygy7/",
"name": "Minic 3.37",
"name": "Minic 3.38",
"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.37 && ./update.sh"
echo "> export VERSION=3.38 && ./update.sh"
exit 1
fi

Expand Down

0 comments on commit 4709cc0

Please sign in to comment.