Skip to content

Commit aa0fd78

Browse files
committed
Bumped version number
1 parent 5c69415 commit aa0fd78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/source/core/torqueConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/// Version number is major * 1000 + minor * 100 + revision * 10.
2222
/// Different engines (TGE, T2D, etc.) will have different version numbers.
23-
#define TORQUE_VERSION 906 // version 0.9
23+
#define TORQUE_VERSION 907 // version 0.9
2424
#define TORQUE_PROTOCOL_VERSION 14 // increment this when we change the protocol
2525

2626
/// What engine are we running? The presence and value of this define are

game/main.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function initVideo()
377377
$pref::Video::FSAALevel = 0;
378378
}
379379

380-
$canvasCreated = createCanvas("Marble Blast Ultra! - 1.17.3");
380+
$canvasCreated = createCanvas("Marble Blast Ultra! - 1.17.4");
381381

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

0 commit comments

Comments
 (0)