Skip to content

Commit

Permalink
Upped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanGamer committed Mar 30, 2024
1 parent 7a25ca2 commit b3afd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/source/core/torqueConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 905 // version 0.9
#define TORQUE_VERSION 906 // 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
Expand Down
2 changes: 1 addition & 1 deletion game/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function initVideo()
$pref::Video::FSAALevel = 0;
}

$canvasCreated = createCanvas("Marble Blast Ultra! - 1.17.2");
$canvasCreated = createCanvas("Marble Blast Ultra! - 1.17.3");

// We need to set up Gamma Ramp here so that the splash screens are affected.

Expand Down

0 comments on commit b3afd46

Please sign in to comment.