From f667cc7004bb70da638d0024131675394c8f2ef2 Mon Sep 17 00:00:00 2001 From: Axel Gneiting Date: Fri, 2 Dec 2022 19:25:07 -0800 Subject: [PATCH] Bump version to 1.22.1 --- Quake/quakedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/quakedef.h b/Quake/quakedef.h index 860496063..9cdaf389c 100644 --- a/Quake/quakedef.h +++ b/Quake/quakedef.h @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define QUAKESPASM_VER_SUFFIX // optional version suffix string literal like "-beta1" #endif #define VKQUAKE_VERSION 1.22 -#define VKQUAKE_VER_PATCH 0 // helper to print a string like 0.92.1 +#define VKQUAKE_VER_PATCH 1 // helper to print a string like 0.92.1 #ifndef VKQUAKE_VER_SUFFIX #define VKQUAKE_VER_SUFFIX "" // optional version suffix like -beta1 #endif