From 4709cc03447993c1c3cf2a3d775edf014b0ebcaa Mon Sep 17 00:00:00 2001 From: Vivien Date: Sat, 17 Jun 2023 11:54:21 +0200 Subject: [PATCH] update version --- Source/config.hpp | 2 +- Tools/TCEC/engine.json | 2 +- Tools/TCEC/update.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/config.hpp b/Source/config.hpp index 22a7f032..a4816475 100644 --- a/Source/config.hpp +++ b/Source/config.hpp @@ -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 diff --git a/Tools/TCEC/engine.json b/Tools/TCEC/engine.json index fdcf92f9..82541491 100644 --- a/Tools/TCEC/engine.json +++ b/Tools/TCEC/engine.json @@ -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": [ diff --git a/Tools/TCEC/update.sh b/Tools/TCEC/update.sh index bf5e5387..f0107b0d 100755 --- a/Tools/TCEC/update.sh +++ b/Tools/TCEC/update.sh @@ -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