Skip to content

Commit

Permalink
Merge branch 'master' into ui-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 6, 2013
2 parents adca39d + 791f1bf commit 74542e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doomsday/api/dd_version.h
Expand Up @@ -51,17 +51,17 @@ extern "C" {
* Revision number increases with each small (maintenance) release.
*/

#define DOOMSDAY_VERSION_BASE "1.10.0"
#define DOOMSDAY_VERSION_NUMBER 1,10,0,0 // For WIN32 version info.
#define DOOMSDAY_VERSION_BASE "1.11.0"
#define DOOMSDAY_VERSION_NUMBER 1,11,0,0 // For WIN32 version info.
//#define DOOMSDAY_RELEASE_NAME "Example"

/**
* DOOMSDAY_RELEASE_TYPE determines the classification of the release.
* Possible values are "Unstable", "Candidate" and "Stable".
*/
//#define DOOMSDAY_RELEASE_TYPE "Unstable"
#define DOOMSDAY_RELEASE_TYPE "Unstable"
//#define DOOMSDAY_RELEASE_TYPE "Candidate"
#define DOOMSDAY_RELEASE_TYPE "Stable"
//#define DOOMSDAY_RELEASE_TYPE "Stable"

/**
* Copyright string is used in WIN32 binary metadata markup.
Expand Down

0 comments on commit 74542e4

Please sign in to comment.