X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=3fbdea35d94345db5b82ee96eaaffdf01bb28b96;hp=22070f0e99619fbafc822a08cf95618bcac8e5c1;hb=0e1f734b05ee5c67e9a17ae0e2045a64209dee05;hpb=c306d838697011da0a960758dde3f7ede6849060 diff --git a/src/misc.cpp b/src/misc.cpp index 22070f0e..3fbdea35 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 = "12"; +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