We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8da21 commit 64c056cCopy full SHA for 64c056c
src/frontend/UCI.cpp
@@ -6,7 +6,7 @@
6
#include "../backend/Tuning.hpp"
7
8
#ifndef CAISSA_VERSION
9
-#define CAISSA_VERSION "1.22.11"
+#define CAISSA_VERSION "1.23"
10
#endif // CAISSA_VERSION
11
12
#if defined(USE_AVX512)
src/makefile
@@ -1,5 +1,5 @@
1
EXE = caissa
2
-VERSION = 1.22.11
+VERSION = 1.23
3
EXE_NAME = $(EXE)-$(VERSION)
4
DEFAULT_EVALFILE = ../data/neuralNets/eval-64.pnn
5
EVALFILE = $(DEFAULT_EVALFILE)
0 commit comments