From 5972c4a678dfd50648e222fcf2f029330ed9de8a Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Sun, 3 Jan 2016 13:52:01 +0000 Subject: [PATCH] Restore development version --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 551a5108..e2f101ab 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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 -- 2.39.2