Skip to content

Commit d28dd8b

Browse files
committed
1.2.2
1 parent 05d1d48 commit d28dd8b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/uci.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
#include "util.h"
1212

1313
#define NAME "Berserk"
14-
#define VERSION "1.2.1"
14+
#ifdef POPCOUNT
15+
#define VERSION "1.2.2+popcnt"
16+
#else
17+
#define VERSION "1.2.2"
18+
#endif
1519

1620
#define START_FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
1721

0 commit comments

Comments
 (0)