Skip to content

Commit

Permalink
Fixed: Version macros when using a release name
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 6, 2013
1 parent 18dafbe commit cc07776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/api/dd_version.h
Expand Up @@ -83,7 +83,7 @@ extern "C" {
# endif

#elif defined(DOOMSDAY_RELEASE_NAME)
# define DOOMSDAY_VERSION_TEXT (DOOMSDAY_VERSION_BASE "-" DOOMSDAY_RELEASE_NAME)
# define DOOMSDAY_VERSION_TEXT DOOMSDAY_VERSION_BASE "-" DOOMSDAY_RELEASE_NAME
# if defined(WIN32) && defined(UNICODE)
# define DOOMSDAY_VERSION_TEXT_WSTR TEXT(DOOMSDAY_VERSION_BASE) TEXT("-") TEXT(DOOMSDAY_RELEASE_NAME)
# endif
Expand Down

0 comments on commit cc07776

Please sign in to comment.