From dd98988f193fbdf2d791c1d8a507960cc5219975 Mon Sep 17 00:00:00 2001 From: Human Gamer <39096122+HumanGamer@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:50:30 -0500 Subject: [PATCH] Upped version number --- engine/source/core/torqueConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/source/core/torqueConfig.h b/engine/source/core/torqueConfig.h index f02540a2..7f9158cd 100644 --- a/engine/source/core/torqueConfig.h +++ b/engine/source/core/torqueConfig.h @@ -20,7 +20,7 @@ /// Version number is major * 1000 + minor * 100 + revision * 10. /// Different engines (TGE, T2D, etc.) will have different version numbers. -#define TORQUE_VERSION 904 // version 0.9 +#define TORQUE_VERSION 905 // version 0.9 #define TORQUE_PROTOCOL_VERSION 14 // increment this when we change the protocol /// What engine are we running? The presence and value of this define are