Skip to content

Commit

Permalink
- Version 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Mar 19, 2017
1 parent 97ce83d commit 244bb0f
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 @@ -46,12 +46,12 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "2.3pre"
#define VERSIONSTR "2.4.0"
#endif

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

0 comments on commit 244bb0f

Please sign in to comment.