From: Joost VandeVondele Date: Sat, 3 Jul 2021 07:20:06 +0000 (+0200) Subject: Restore development version X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=7cfc1f9b150d387788a9b02360e49ba2a56505f7 Restore development version No functional change --- diff --git a/src/misc.cpp b/src/misc.cpp index 78227ee2..9e7b7e37 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -67,7 +67,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 = "14"; +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