From: Marco Costalba Date: Sat, 5 Nov 2016 08:32:05 +0000 (+0100) Subject: Restore development version X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=0d669be76cadd33c801ba9e07410c789d2c7b364 Restore development version No functional change. --- diff --git a/src/misc.cpp b/src/misc.cpp index 4c6c254b..08df524b 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -32,7 +32,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 = "8"; +const string Version = ""; /// 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