Skip to content

Commit

Permalink
Weiss 1.2 (#371)
Browse files Browse the repository at this point in the history
Increment version.
  • Loading branch information
TerjeKir authored Oct 17, 2020
1 parent a56b467 commit f8d625d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/uci.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,17 @@
#include "threads.h"


#define NAME "Weiss 1.1-dev"
#define NAME "Weiss 1.2"

#define START_FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
#define INPUT_SIZE 4096


typedef struct {

Position pos;
Thread *threads;

} Engine;


enum InputCommands {
// UCI
GO = 11,
Expand Down

0 comments on commit f8d625d

Please sign in to comment.