Skip to content

Commit

Permalink
Bump version to 1.15
Browse files Browse the repository at this point in the history
Bench: 5564036
  • Loading branch information
Witek902 committed Dec 13, 2023
1 parent bfea9b0 commit bfc39b6
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 @@ -13,7 +13,7 @@
#include <math.h>

#ifndef CAISSA_VERSION
#define CAISSA_VERSION "1.14.4"
#define CAISSA_VERSION "1.15"
#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.14.4
VERSION = 1.15
EXE_NAME = $(EXE)-$(VERSION)
DEFAULT_EVALFILE = ../data/neuralNets/eval-24.pnn
EVALFILE = $(DEFAULT_EVALFILE)
Expand Down

0 comments on commit bfc39b6

Please sign in to comment.