Merge pull request #952 from Areloch/T3D403Version

Update version string to 4.0.3
This commit is contained in:
Areloch 2023-02-04 00:44:56 -06:00 committed by GitHub
commit 3d8220c413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,10 +41,10 @@
/// code version, the game name, and which type of game it is (TGB, TGE, TGEA, etc.).
///
/// Version number is major * 1000 + minor * 100 + revision * 10.
#define TORQUE_GAME_ENGINE 4002
#define TORQUE_GAME_ENGINE 4003
/// Human readable engine version string.
#define TORQUE_GAME_ENGINE_VERSION_STRING "4.0.2"
#define TORQUE_GAME_ENGINE_VERSION_STRING "4.0.3"
/// Gets the engine version number. The version number is specified as a global in version.cc
U32 getVersionNumber();