Skip to content

Commit

Permalink
Bump version to 1.20
Browse files Browse the repository at this point in the history
Bench 6215176
  • Loading branch information
Witek902 committed Jul 28, 2024
1 parent 640ee4a commit 4cb0df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/UCI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


#ifndef CAISSA_VERSION
#define CAISSA_VERSION "1.19.4"
#define CAISSA_VERSION "1.20"
#endif // CAISSA_VERSION

#if defined(USE_AVX512)
Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXE = caissa
VERSION = 1.19.3
VERSION = 1.20
EXE_NAME = $(EXE)-$(VERSION)
DEFAULT_EVALFILE = ../data/neuralNets/eval-47.pnn
EVALFILE = $(DEFAULT_EVALFILE)
Expand Down

0 comments on commit 4cb0df1

Please sign in to comment.