Browse Source

Updated Engine Version to EA3

Updated the version of the engine to Early Access 3 and updated the splash screen.
Peter Robinson 2 years ago
parent
commit
b55ea8a331
2 changed files with 2 additions and 2 deletions
  1. BIN
      editor/EditorCore/images/t2d_rocket_splash.png
  2. 2 2
      engine/source/game/version.h

BIN
editor/EditorCore/images/t2d_rocket_splash.png


+ 2 - 2
engine/source/game/version.h

@@ -24,8 +24,8 @@
 #define _ENGINE_VERSION_H_
 
 // Engine Version.
-#define T2D_ENGINE_VERSION            "v4.0.0 ea2.1"    ///< Engine Version String.
-#define T2D_IPHONETOOLS_VERSION       "v4.0.0 ea2.1"    ///< Engine Version String for iPhone tools. Changing this will allow a fresh AppData folder to avoid conflicts with other builds existing on the system.
+#define T2D_ENGINE_VERSION            "v4.0.0 ea3"    ///< Engine Version String.
+#define T2D_IPHONETOOLS_VERSION       "v4.0.0 ea3"    ///< Engine Version String for iPhone tools. Changing this will allow a fresh AppData folder to avoid conflicts with other builds existing on the system.
 
 /// Gets the specified version number.  The version number is specified as a global in version.cc
 U32 getVersionNumber();