Skip to content

Commit

Permalink
Bumped version to 1.9.10 Unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 30, 2012
1 parent e119d61 commit bdcfedc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doomsday/.tm_properties
@@ -1,2 +1,2 @@
excludeDirectories = "{apidoc,build,BUILD.*}"
excludeInFolderSearch = "{apidoc,build,BUILD.*}"
excludeInFolderSearch = "{apidoc,BUILD.*}"
2 changes: 1 addition & 1 deletion doomsday/build/mac/Info.plist
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.9.9</string>
<string>1.9.10</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion doomsday/doc/readme.ame
@@ -1,6 +1,6 @@
@macro{TITLE}{ Doomsday Engine }
@macro{ONELINER}{ Enhanced source port of Doom, Heretic and Hexen }
@macro{VERSION}{ Version 1.9.9 }
@macro{VERSION}{ Version 1.9.10 }
@macro{AUTHOR}{ Deng Team }
@macro{LINK}{ http://dengine.net/ }
@require{amestd}
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/api.doxy
Expand Up @@ -2,7 +2,7 @@
@INCLUDE = ../doomsday.doxy

PROJECT_NAME = "libdeng"
PROJECT_NUMBER = 1.9.9
PROJECT_NUMBER = 1.9.10
PROJECT_BRIEF = "Public API"
OUTPUT_DIRECTORY = ../apidoc/api/

Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/engine-mac.doxy
Expand Up @@ -2,7 +2,7 @@
@INCLUDE = ../doomsday.doxy

PROJECT_NAME = "Doomsday Engine"
PROJECT_NUMBER = 1.9.9
PROJECT_NUMBER = 1.9.10
PROJECT_BRIEF = "Internal documentation (Mac OS X)"
OUTPUT_DIRECTORY = ../apidoc/mac/

Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/engine-win32.doxy
Expand Up @@ -2,7 +2,7 @@
@INCLUDE = ../doomsday.doxy

PROJECT_NAME = "Doomsday Engine"
PROJECT_NUMBER = 1.9.9
PROJECT_NUMBER = 1.9.10
PROJECT_BRIEF = "Internal documentation (Windows)"
OUTPUT_DIRECTORY = ../apidoc/win32/

Expand Down
8 changes: 4 additions & 4 deletions doomsday/engine/portable/include/dd_version.h
Expand Up @@ -45,17 +45,17 @@
* Revision number increases with each small (maintenance) release.
*/

#define DOOMSDAY_VERSION_BASE "1.9.9"
#define DOOMSDAY_VERSION_NUMBER 1,9,9,0 // For WIN32 version info.
#define DOOMSDAY_VERSION_BASE "1.9.10"
#define DOOMSDAY_VERSION_NUMBER 1,9,10,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 bdcfedc

Please sign in to comment.