Skip to content

Commit

Permalink
Added define DOOMSDAY_VERSION_NUMBER for use under win32 as the produ…
Browse files Browse the repository at this point in the history
…ct number in the metadata of Doomsday.exe.
  • Loading branch information
danij committed Nov 3, 2008
1 parent 85fc4f8 commit bf91deb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doomsday/engine/portable/include/dd_version.h
Expand Up @@ -48,9 +48,11 @@
* verify that the engine is new enough. Don't change
* DOOMSDAY_VERSION unless you wish to break compatibility.
*/
#define DOOMSDAY_VERSION 10900 // Don't touch; see above.
#define DOOMSDAY_RELEASE_NAME "svn-trunk-devel"
#define DOOMSDAY_VERSION_TEXT "1.9."DOOMSDAY_RELEASE_NAME
#define DOOMSDAY_VERSION 10900 // Don't touch; see above.

#define DOOMSDAY_RELEASE_NAME "-svn-trunk-devel"
#define DOOMSDAY_VERSION_TEXT "1.9.0" DOOMSDAY_RELEASE_NAME
#define DOOMSDAY_VERSION_NUMBER 1,9,0,0 // For WIN32 version info.
#define DOOMSDAY_PROJECTURL "http://sourceforge.net/projects/deng/"

#endif

0 comments on commit bf91deb

Please sign in to comment.