Prepare for 1.5 release (bench 5775715)

This commit is contained in:
2026-06-16 17:18:21 +02:00
parent 93348fd5f2
commit feccac52cd
2 changed files with 3 additions and 3 deletions

View File

@@ -54,8 +54,8 @@ IS_DEBUG := 0
IS_TEST := 0
DBG_SYMBOLS := 0
MAJOR_VERSION := 1
MINOR_VERSION := 4
PATCH_VERSION := 3
MINOR_VERSION := 5
PATCH_VERSION := 0
THP_PAGE_ALIGNMENT := 2097152

View File

@@ -1,7 +1,7 @@
# Package
# TODO: Can we do some nimscript stuff to generate this automagically?
version = "1.4.3"
version = "1.5.0"
author = "nocturn9x"
description = "A UCI chess engine written in nim"
license = "Apache-2.0"