Skip to content

Commit

Permalink
Remove unstable suffix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Jun 11, 2020
1 parent ca2d928 commit 71218d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OgreMain/include/OgrePrerequisites.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace Ogre {
#define OGRE_VERSION_MAJOR 2
#define OGRE_VERSION_MINOR 2
#define OGRE_VERSION_PATCH 2
#define OGRE_VERSION_SUFFIX "unstable"
#define OGRE_VERSION_SUFFIX ""
#define OGRE_VERSION_NAME "Cerberus"

#define OGRE_VERSION ((OGRE_VERSION_MAJOR << 16) | (OGRE_VERSION_MINOR << 8) | OGRE_VERSION_PATCH)
Expand Down

0 comments on commit 71218d8

Please sign in to comment.