Skip to content

Commit 3d8220c

Browse files
authored
Merge pull request #952 from Areloch/T3D403Version
Update version string to 4.0.3
2 parents 67367ee + 622a9b1 commit 3d8220c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Engine/source/app/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
/// code version, the game name, and which type of game it is (TGB, TGE, TGEA, etc.).
4242
///
4343
/// Version number is major * 1000 + minor * 100 + revision * 10.
44-
#define TORQUE_GAME_ENGINE 4002
44+
#define TORQUE_GAME_ENGINE 4003
4545

4646
/// Human readable engine version string.
47-
#define TORQUE_GAME_ENGINE_VERSION_STRING "4.0.2"
47+
#define TORQUE_GAME_ENGINE_VERSION_STRING "4.0.3"
4848

4949
/// Gets the engine version number. The version number is specified as a global in version.cc
5050
U32 getVersionNumber();

0 commit comments

Comments
 (0)