X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmisc.cpp;h=c7fa0e9ae104927867675cf4dbc2698df6cb2bd3;hb=7cf93f8b7101e5cf5df3f7921861f27b3beb9525;hp=2d86969f5361a41ef5d97047ffe0e436387a71f4;hpb=758f9c9350abee36a5865ec701560db8ea62004d;p=stockfish 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