Skip to content

Commit 6f0a93b

Browse files
authored
Merge pull request #935 from Azaezel/alpha402/versionLock
lock 4.0.2 version in
2 parents ad78f86 + 1f346cc commit 6f0a93b

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 4001
44+
#define TORQUE_GAME_ENGINE 4002
4545

4646
/// Human readable engine version string.
47-
#define TORQUE_GAME_ENGINE_VERSION_STRING "4.0.1"
47+
#define TORQUE_GAME_ENGINE_VERSION_STRING "4.0.2"
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)