Skip to content

Commit

Permalink
Drop unstable mark for release
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Apr 26, 2020
1 parent d35259e commit 06f1093
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 @@ -52,7 +52,7 @@ namespace Ogre {
#define OGRE_VERSION_MAJOR 2
#define OGRE_VERSION_MINOR 1
#define OGRE_VERSION_PATCH 0
#define OGRE_VERSION_SUFFIX "unstable"
#define OGRE_VERSION_SUFFIX ""
#define OGRE_VERSION_NAME "Baldur"

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

0 comments on commit 06f1093

Please sign in to comment.