From c4db7fd1f941dbd3875e9faaaeb964755d039633 Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Mon, 18 Apr 2022 23:05:24 +0200 Subject: [PATCH] Restore development version No functional change. --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 178465c1..41c59b3f 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -69,7 +69,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 = "15"; +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