Skip to content

Commit 0615bcb

Browse files
committed
Bump version
Bench 8157335
1 parent 0e4ecc3 commit 0615bcb

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
@@ -13,7 +13,7 @@
1313
#include <math.h>
1414

1515
#ifndef CAISSA_VERSION
16-
#define CAISSA_VERSION "1.18.8"
16+
#define CAISSA_VERSION "1.19"
1717
#endif // CAISSA_VERSION
1818

1919
#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.18.8
2+
VERSION = 1.19
33
EXE_NAME = $(EXE)-$(VERSION)
44
DEFAULT_EVALFILE = ../data/neuralNets/eval-44.pnn
55
EVALFILE = $(DEFAULT_EVALFILE)

0 commit comments

Comments
 (0)