Skip to content

Commit

Permalink
Mark 3.0.0 as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Mar 5, 2024
1 parent 72116d9 commit d48d6fb
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 @@ -73,7 +73,7 @@ namespace Ogre
#define OGRE_VERSION_MAJOR 3
#define OGRE_VERSION_MINOR 0
#define OGRE_VERSION_PATCH 0
#define OGRE_VERSION_SUFFIX "unstable"
#define OGRE_VERSION_SUFFIX ""
#define OGRE_VERSION_NAME "Eris"

#define OGRE_MAKE_VERSION( maj, min, patch ) ( ( maj << 16 ) | ( min << 8 ) | patch )
Expand Down

0 comments on commit d48d6fb

Please sign in to comment.