Skip to content

Commit

Permalink
Hexen: Bumped version number for 1.9.9
Browse files Browse the repository at this point in the history
Adding support for Hexen 1.0 warrants a version number increase.
  • Loading branch information
skyjake committed Jun 18, 2012
1 parent 7da4d94 commit a208e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/plugins/jhexen/include/version.h
Expand Up @@ -56,9 +56,9 @@
#define PLUGIN_HOMEURL DOOMSDAY_HOMEURL
#define PLUGIN_DOCSURL DOOMSDAY_DOCSURL

#define PLUGIN_VERSION_TEXT "1.4.1"
#define PLUGIN_VERSION_TEXT "1.4.2"
#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" JHEXEN_VER_ID ")"
#define PLUGIN_VERSION_NUMBER 1,4,1,0 // For WIN32 version info.
#define PLUGIN_VERSION_NUMBER 1,4,2,0 // For WIN32 version info.

// For WIN32 version info:
#define PLUGIN_DESC PLUGIN_NICENAME " " LIBDENG_PLUGINDESC
Expand Down

0 comments on commit a208e73

Please sign in to comment.