Skip to content

Commit

Permalink
Restore development
Browse files Browse the repository at this point in the history
closes #5073

No functional change
  • Loading branch information
Disservin authored and vondele committed Mar 3, 2024
1 parent e67cc97 commit abcc090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace Stockfish {
namespace {

// Version number or dev.
constexpr std::string_view version = "16.1";
constexpr std::string_view 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 abcc090

Please sign in to comment.