Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/coelckers/gzdoom
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachael Alexanderson committed Jun 7, 2018
2 parents acc7997 + a312f5a commit 062e97d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "2.1pre"
#define VERSIONSTR "2.2pre"
#endif

// The version as seen in the Windows resource
#define RC_FILEVERSION 2,1,9999,0
#define RC_PRODUCTVERSION 2,1,9999,0
#define RC_FILEVERSION 2,2,9999,0
#define RC_PRODUCTVERSION 2,2,9999,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. The current state is '3.3'.
#define VER_MAJOR 3
Expand Down

0 comments on commit 062e97d

Please sign in to comment.