Skip to content

Commit

Permalink
Version 3.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Apr 12, 2018
1 parent 80f57df commit dd5a673
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 "3.3pre"
#define VERSIONSTR "g3.3.2"
#endif

// The version as seen in the Windows resource
#define RC_FILEVERSION 3,2,9999,0
#define RC_PRODUCTVERSION 3,2,9999,0
#define RC_FILEVERSION 3,3,2,0
#define RC_PRODUCTVERSION 3,3,2,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 dd5a673

Please sign in to comment.