Skip to content

Commit 808110d

Browse files
committed
Bump version to 1.22
Bench 6676983
1 parent 7e0a421 commit 808110d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/frontend/UCI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "../backend/Tuning.hpp"
77

88
#ifndef CAISSA_VERSION
9-
#define CAISSA_VERSION "1.21.15"
9+
#define CAISSA_VERSION "1.22"
1010
#endif // CAISSA_VERSION
1111

1212
#if defined(USE_AVX512)

src/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXE = caissa
2-
VERSION = 1.21.15
2+
VERSION = 1.22
33
EXE_NAME = $(EXE)-$(VERSION)
44
DEFAULT_EVALFILE = ../data/neuralNets/eval-57.pnn
55
EVALFILE = $(DEFAULT_EVALFILE)

0 commit comments

Comments
 (0)