Forráskód Böngészése

Merge pull request #8 from ParodyGames/patch-1

Update version to 3.5
Peter Robinson 5 éve
szülő
commit
c61966ff8b
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      engine/source/game/version.h

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

@@ -24,8 +24,8 @@
 #define _ENGINE_VERSION_H_
 
 // Engine Version.
-#define T2D_ENGINE_VERSION            "v3.4"    ///< Engine Version String.
-#define T2D_IPHONETOOLS_VERSION       "v3.4"    ///< 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            "v3.5"    ///< Engine Version String.
+#define T2D_IPHONETOOLS_VERSION       "v3.5"    ///< 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();