From b337bb07f88a30605c134d9e634f19fef39309f9 Mon Sep 17 00:00:00 2001 From: Denis Pauk Date: Sun, 28 Jul 2024 11:28:09 +0300 Subject: [PATCH] Version bump 1.0.8 * port changes from yquake2 * support remaster maps light extensions --- src/common/header/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/header/common.h b/src/common/header/common.h index 7674dfb..b6fb71a 100644 --- a/src/common/header/common.h +++ b/src/common/header/common.h @@ -32,7 +32,7 @@ #include "shared_safe.h" #include "crc.h" -#define VKVERSION "1.0.7" +#define VKVERSION "1.0.8" #ifndef YQ2OSTYPE #error YQ2OSTYPE should be defined by the build system