From 6226769c5aa0e659b65e852e482d5b83da7d995a Mon Sep 17 00:00:00 2001 From: jeffreyan11 Date: Thu, 11 May 2017 01:32:09 -0700 Subject: [PATCH] Version 1.4 --- uci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uci.cpp b/uci.cpp index 6eb5506..2181ef5 100644 --- a/uci.cpp +++ b/uci.cpp @@ -84,7 +84,7 @@ int main() { string input; std::vector inputVector; string name = "Laser"; - string version = "1.4 beta"; + string version = "1.4"; string author = "Jeffrey An and Michael An"; std::thread searchThread; Move bestMove = NULL_MOVE;