Return to development version
authorFabian Fichter <ianfab@users.noreply.github.com>
Mon, 21 Oct 2019 11:47:58 +0000 (13:47 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Mon, 21 Oct 2019 11:47:58 +0000 (13:47 +0200)
src/misc.cpp

index a37b732..7781125 100644 (file)
@@ -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.3";
+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