Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Feb 25, 2020
1 parent c045096 commit 638f8b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ const char *GetVersionString();

/** Lots of different version numbers **/

#define VERSIONSTR "0.4.5 alpha"
#define VERSIONSTR "0.5.0 alpha"

// The version as seen in the Windows resource
#define RC_FILEVERSION 0,4,5,0
#define RC_PRODUCTVERSION 0,4,5,0
#define RC_FILEVERSION 0,5,0,0
#define RC_PRODUCTVERSION 0,5,9,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning.
#define VER_MAJOR 0
#define VER_MINOR 4
#define VER_REVISION 5
#define VER_MINOR 5
#define VER_REVISION 0

// More stuff that needs to be different for derivatives.
#define GAMENAME "Raze"
Expand Down

0 comments on commit 638f8b0

Please sign in to comment.