瀏覽代碼

Update version string to 4.0.3

Areloch 2 年之前
父節點
當前提交
c45beb75c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/app/version.h

+ 1 - 1
Engine/source/app/version.h

@@ -44,7 +44,7 @@
 #define TORQUE_GAME_ENGINE          4002
 
 /// 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();