From: Stéphane Nicolet Date: Thu, 23 Jan 2020 16:17:26 +0000 (+0100) Subject: Restore development version X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=bcf9282844f17dbb451231d8ae0a957d1b7be43d Restore development version No functional change --- diff --git a/src/misc.cpp b/src/misc.cpp index 95862ebb..053ee67e 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -56,7 +56,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 = "11"; +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