From: Stéphane Nicolet Date: Thu, 29 Nov 2018 15:17:23 +0000 (+0100) Subject: Restore development version X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=9b276a6596eec6fbdcdb29d55ea0b15f5057c853;ds=inline Restore development version No functional change --- diff --git a/src/misc.cpp b/src/misc.cpp index 846da9cf..2bcc7c13 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 = "10"; +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