Restore development version
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 3 Jul 2021 07:20:06 +0000 (09:20 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 3 Jul 2021 07:20:06 +0000 (09:20 +0200)
No functional change

src/misc.cpp

index 78227ee..9e7b7e3 100644 (file)
@@ -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