Skip to content

Commit

Permalink
Restore development version
Browse files Browse the repository at this point in the history
No functional change
  • Loading branch information
vondele committed Dec 8, 2022
1 parent 758f9c9 commit e8caa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc.cpp
Expand Up @@ -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
Expand Down

0 comments on commit e8caa66

Please sign in to comment.