Skip to content

Commit 64c056c

Browse files
committed
Bump to version 1.23
Bench 7992749
1 parent 9b8da21 commit 64c056c

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.22.11"
9+
#define CAISSA_VERSION "1.23"
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.22.11
2+
VERSION = 1.23
33
EXE_NAME = $(EXE)-$(VERSION)
44
DEFAULT_EVALFILE = ../data/neuralNets/eval-64.pnn
55
EVALFILE = $(DEFAULT_EVALFILE)

0 commit comments

Comments
 (0)