Skip to content

Commit

Permalink
-tag q1.1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Dec 6, 2016
1 parent af330e1 commit 0b6b6c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ const char *GetVersionString();

/** Lots of different version numbers **/

#define VERSIONSTR "1.1pre"
#define VERSIONSTR "1.1.0rc1"

// The version as seen in the Windows resource
#define RC_FILEVERSION 1,0,9999,0
#define RC_PRODUCTVERSION 1,0,9999,0
#define RC_PRODUCTVERSION2 "1.1pre"
#define RC_FILEVERSION 1,1,0,0
#define RC_PRODUCTVERSION 1,1,0,0
#define RC_PRODUCTVERSION2 "1.1.0rc1"

// Version identifier for network games.
// Bump it every time you do a release unless you're certain you
// didn't change anything that will affect sync.
#define NETGAMEVERSION 234
#define NETGAMEVERSION 235

// Version stored in the ini's [LastRun] section.
// Bump it if you made some configuration change that you want to
Expand Down

0 comments on commit 0b6b6c1

Please sign in to comment.