We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4ecc3 commit 0615bcbCopy full SHA for 0615bcb
src/frontend/UCI.cpp
@@ -13,7 +13,7 @@
13
#include <math.h>
14
15
#ifndef CAISSA_VERSION
16
-#define CAISSA_VERSION "1.18.8"
+#define CAISSA_VERSION "1.19"
17
#endif // CAISSA_VERSION
18
19
#if defined(USE_AVX512)
src/makefile
@@ -1,5 +1,5 @@
1
EXE = caissa
2
-VERSION = 1.18.8
+VERSION = 1.19
3
EXE_NAME = $(EXE)-$(VERSION)
4
DEFAULT_EVALFILE = ../data/neuralNets/eval-44.pnn
5
EVALFILE = $(DEFAULT_EVALFILE)
0 commit comments