From d0f2a4dcfe61d64294195c219c72230c878b6171 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Mon, 21 Oct 2019 13:47:58 +0200 Subject: [PATCH] Return to development version --- src/misc.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/misc.cpp b/src/misc.cpp index a37b732..7781125 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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 -- 1.7.0.4