X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=59511db39be52665b3a0ee0fd72b7f02aeac3946;hp=b3cd10a0e91e8f6987fb843d61057db6a13bd140;hb=5b555525d2f9cbff446b7461d1317948e8e21cd1;hpb=79fa72f392343fb93c16c133dedc3dbdf795e746 diff --git a/src/misc.cpp b/src/misc.cpp index b3cd10a0..59511db3 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2014 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2015 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,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 = ""; +const string Version = "6"; /// Debug counters int64_t hits[2], means[2];