From 17f07ffe7a44a7340ebbcd7747c2a377eb9c4f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20Tutkun?= Date: Sat, 10 Aug 2024 21:02:18 +0300 Subject: [PATCH] v 6.0 Bench 2499559 --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.h b/src/types.h index 5bea5d9..64aab38 100644 --- a/src/types.h +++ b/src/types.h @@ -15,7 +15,7 @@ #include #ifndef VERSION -#define VERSION "5.25" +#define VERSION "6.0" #endif constexpr auto MAX_PLY = 100;