Skip to content

Commit

Permalink
Remove 'unstable' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Dec 24, 2021
1 parent e065124 commit 10b5669
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 @@ -66,7 +66,7 @@ namespace Ogre {
#define OGRE_VERSION_MAJOR 2
#define OGRE_VERSION_MINOR 3
#define OGRE_VERSION_PATCH 0
#define OGRE_VERSION_SUFFIX "unstable"
#define OGRE_VERSION_SUFFIX ""
#define OGRE_VERSION_NAME "Daedalus"

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

0 comments on commit 10b5669

Please sign in to comment.