From: Stéphane Nicolet Date: Sat, 20 Feb 2021 21:19:14 +0000 (+0100) Subject: Restore development version X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=a31007c9e7005d2ab4ee3f5aa479eb50cecd63e3 Restore development version No functional change --- diff --git a/src/misc.cpp b/src/misc.cpp index ebc7c028..48e20a39 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -65,7 +65,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 = "13"; +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