From e8caa6640df15b1823d5d4b94e759d52923769e6 Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Thu, 8 Dec 2022 20:33:32 +0100 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 2d86969f..c7fa0e9a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -68,7 +68,7 @@ namespace Stockfish { namespace { /// Version number or dev. -const string version = "15.1"; +const string version = "dev"; /// 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