From 6777a21c254397778e318a517565f976e76eddac Mon Sep 17 00:00:00 2001 From: Vivien Date: Fri, 28 Feb 2020 07:53:50 +0100 Subject: [PATCH] fix FRC --- minic.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minic.cc b/minic.cc index 16943e7e..df2aa86d 100644 --- a/minic.cc +++ b/minic.cc @@ -38,7 +38,7 @@ typedef uint64_t u_int64_t; #include "json.hpp" -const std::string MinicVersion = "1.46"; +const std::string MinicVersion = "1.47"; // *** options #define WITH_UCI @@ -2354,7 +2354,7 @@ bool readMove(const Position & p, const std::string & ss, Square & from, Square if ( p.b[from] == P_wk && p.b[to] == P_wr ){ moveType = (to