Skip to content

Commit

Permalink
push version 4.0
Browse files Browse the repository at this point in the history
Bench: 696652
  • Loading branch information
Disservin committed Jun 23, 2022
1 parent 1c71862 commit adc9831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ TARGET := smallbrain

# name and version
NAME := smallbrain
MINOR := 1
MAJOR := 3
MINOR := 0
MAJOR := 4

ifeq ($(OS), Windows_NT)
uname_S := Windows
Expand Down
2 changes: 1 addition & 1 deletion src/uci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ int main(int argc, char** argv) {
std::vector<std::string> tokens = split_input(input);
// UCI COMMANDS
if (input == "uci") {
std::cout << "id name Smallbrain Version 3.1\n" <<
std::cout << "id name Smallbrain Version 4.0\n" <<
"id author Disservin\n" <<
"\noption name Hash type spin default 400 min 1 max 100000\n" << //Hash in mb
"option name Threads type spin default 1 min 1 max 1\n" << //Threads
Expand Down

0 comments on commit adc9831

Please sign in to comment.