From b17e81117b36a4322fe74cceab572bb4db7f1e7b Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Sat, 13 Mar 2021 22:58:24 +0100 Subject: [PATCH] Restore development version --- src/misc.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/misc.cpp b/src/misc.cpp index 0607d46..ec4dd94 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -65,7 +65,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 = "13"; +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 -- 1.7.0.4