From 6e9bce43cb4237aeebd39df1978da49e60c250d8 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Thu, 24 Sep 2020 12:38:05 +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 7fe92c8..da02150 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -61,7 +61,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 = "11.2"; +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