Return to development version
authorFabian Fichter <ianfab@users.noreply.github.com>
Thu, 24 Sep 2020 10:38:05 +0000 (12:38 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Thu, 24 Sep 2020 10:38:05 +0000 (12:38 +0200)
src/misc.cpp

index 7fe92c8..da02150 100644 (file)
@@ -61,7 +61,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.2";
+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