From aa0fd785de0d1bad6a67d7db5cab96926b0f638e Mon Sep 17 00:00:00 2001 From: Human Gamer <39096122+HumanGamer@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:51:26 -0500 Subject: [PATCH] Bumped version number --- engine/source/core/torqueConfig.h | 2 +- game/main.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/source/core/torqueConfig.h b/engine/source/core/torqueConfig.h index 89aa1550..c5a7bdb4 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 906 // version 0.9 +#define TORQUE_VERSION 907 // 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 diff --git a/game/main.cs b/game/main.cs index 87166db5..93cd0d85 100644 --- a/game/main.cs +++ b/game/main.cs @@ -377,7 +377,7 @@ function initVideo() $pref::Video::FSAALevel = 0; } - $canvasCreated = createCanvas("Marble Blast Ultra! - 1.17.3"); + $canvasCreated = createCanvas("Marble Blast Ultra! - 1.17.4"); // We need to set up Gamma Ramp here so that the splash screens are affected.