From a5c76d69c346d620b6f7a300d4a33cc5867f4d64 Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Sun, 27 Dec 2015 19:35:48 +0000 Subject: [PATCH 1/1] Stockfish 7 Beta 1 Bench: 8355485 No functional change --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index bb51cf45..54209f64 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -31,7 +31,7 @@ namespace { /// Version number. If Version is left empty, then compile date in the format /// DD-MM-YY and show in engine_info. -const string Version = ""; +const string Version = "7Beta1"; /// Our fancy logging facility. The trick here is to replace cin.rdbuf() and /// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We -- 2.39.2