From 09b53be665871d12ded12bfc18f714a380de00c7 Mon Sep 17 00:00:00 2001 From: Denis Pauk Date: Fri, 2 Feb 2024 01:15:12 +0200 Subject: [PATCH] Version bump 8.31RR4. * Added md5 model support, * Fixes for other model formats, * Extend compresed vertex to short, * yquake2 fixes. --- 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 117a713a..dd86ae5e 100644 --- a/src/common/header/common.h +++ b/src/common/header/common.h @@ -32,7 +32,7 @@ #include "shared.h" #include "crc.h" -#define YQ2VERSION "8.31RR3" +#define YQ2VERSION "8.31RR4" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE