Skip to content

Commit

Permalink
Merge pull request #340 from GarageGames/development
Browse files Browse the repository at this point in the history
Update version.h
  • Loading branch information
greenfire27 committed Apr 8, 2016
2 parents 4571f96 + c67289a commit 55efccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/source/game/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#define _ENGINE_VERSION_H_

// Engine Version.
#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.
#define T2D_ENGINE_VERSION "v3.3" ///< Engine Version String.
#define T2D_IPHONETOOLS_VERSION "v3.3" ///< 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();
Expand Down

0 comments on commit 55efccc

Please sign in to comment.