Restore development version
authorJoona Kiiski <joona@zoox.com>
Sun, 3 Jan 2016 13:52:01 +0000 (13:52 +0000)
committerJoona Kiiski <joona@zoox.com>
Sun, 3 Jan 2016 13:52:01 +0000 (13:52 +0000)
src/misc.cpp

index 551a510..e2f101a 100644 (file)
@@ -32,7 +32,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 = "7";
+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