Skip to content

Commit

Permalink
Restore development versioning and LSN filtering
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
  • Loading branch information
mcostalba committed Dec 15, 2008
1 parent ecc1938 commit a55b06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/misc.h
Expand Up @@ -38,7 +38,7 @@
/// Version number. If this is left empty, the current date (in the format
/// YYMMDD) is used as a version number.

const std::string EngineVersion = "1.1a";
const std::string EngineVersion = "";


////
Expand Down
2 changes: 1 addition & 1 deletion src/ucioption.cpp
Expand Up @@ -128,7 +128,7 @@ namespace {
o.push_back(Option("Futility Margin 2", 300, 0, 1000));
o.push_back(Option("Maximum Razoring Depth", 3, 0, 4));
o.push_back(Option("Razoring Margin", 300, 150, 600));
o.push_back(Option("LSN filtering", false));
o.push_back(Option("LSN filtering", true));
o.push_back(Option("LSN Time Margin (sec)", 4, 1, 10));
o.push_back(Option("LSN Value Margin", 200, 100, 600));
o.push_back(Option("Randomness", 0, 0, 10));
Expand Down

0 comments on commit a55b06d

Please sign in to comment.