Skip to content

Commit

Permalink
Fix wrong OGRE_VERSION_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Dec 5, 2023
1 parent 696ec72 commit ab6cc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OgreMain/include/OgrePrerequisites.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ namespace Ogre
#define OGRE_VERSION_MAJOR 3
#define OGRE_VERSION_MINOR 0
#define OGRE_VERSION_PATCH 0
#define OGRE_VERSION_SUFFIX "Eris"
#define OGRE_VERSION_NAME "E"
#define OGRE_VERSION_SUFFIX "unstable"
#define OGRE_VERSION_NAME "Eris"

#define OGRE_MAKE_VERSION( maj, min, patch ) ( ( maj << 16 ) | ( min << 8 ) | patch )
#define OGRE_VERSION ( ( OGRE_VERSION_MAJOR << 16 ) | ( OGRE_VERSION_MINOR << 8 ) | OGRE_VERSION_PATCH )
Expand Down

0 comments on commit ab6cc9f

Please sign in to comment.