Преглед на файлове

Merge pull request #308 from chaigler/version_change

Update version to 3.2
chaigler преди 9 години
родител
ревизия
3ab79d5a63
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      engine/source/game/version.h

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

@@ -24,8 +24,8 @@
 #define _ENGINE_VERSION_H_
 #define _ENGINE_VERSION_H_
 
 
 // Engine Version.
 // Engine Version.
-#define T2D_ENGINE_VERSION            "v3.1"    ///< Engine Version String.
-#define T2D_IPHONETOOLS_VERSION       "v3.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            "v3.2"    ///< Engine Version String.
+#define T2D_IPHONETOOLS_VERSION       "v3.2"    ///< 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
 /// Gets the specified version number.  The version number is specified as a global in version.cc
 U32 getVersionNumber();
 U32 getVersionNumber();