Skip to content

Commit

Permalink
Make Eubos v2.7 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbolt committed Feb 5, 2022
1 parent bb0dbca commit 3030117
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified EubosChess/bin/Eubos.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion EubosChess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>c_j_bolt</groupId>
<artifactId>EubosChess</artifactId>
<version>2.6</version>
<version>2.7</version>
<name>Eubos</name>
<description>Eubos Chess Engine</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion EubosChess/src/main/java/eubos/main/EubosEngineMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class EubosEngineMain extends AbstractEngine {
public static final byte SEARCH_DEPTH_IN_PLY = Byte.MAX_VALUE;
public static final int DEFAULT_NUM_SEARCH_THREADS = 1;

public static final boolean ENABLE_LOGGING = true;
public static final boolean ENABLE_LOGGING = false;
public static final boolean ENABLE_UCI_INFO_SENDING = true;
public static final boolean ENABLE_UCI_MOVE_NUMBER = true;
public static final boolean ENABLE_ASSERTS = false;
Expand Down

0 comments on commit 3030117

Please sign in to comment.