Skip to content

Commit

Permalink
Change OgreNext 3.0 name to Eris
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Dec 4, 2023
1 parent 60f7e3b commit 19c1ce7
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 "Eris"
#define OGRE_VERSION_NAME "E"

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

0 comments on commit 19c1ce7

Please sign in to comment.