Skip to content

Commit

Permalink
Update version define to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Altren committed Aug 19, 2014
1 parent 874a7c9 commit 375d52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyGUIEngine/include/MyGUI_Prerequest.h
Expand Up @@ -79,7 +79,7 @@ namespace MyGUI
// Define version
#define MYGUI_VERSION_MAJOR 3
#define MYGUI_VERSION_MINOR 2
#define MYGUI_VERSION_PATCH 0
#define MYGUI_VERSION_PATCH 1

#define MYGUI_VERSION MYGUI_DEFINE_VERSION(MYGUI_VERSION_MAJOR, MYGUI_VERSION_MINOR, MYGUI_VERSION_PATCH)

Expand Down

0 comments on commit 375d52b

Please sign in to comment.