Skip to content

Commit

Permalink
Wad Map Converter: Increment minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jul 23, 2012
1 parent 45000c6 commit 79bef5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/plugins/wadmapconverter/include/version.h
Expand Up @@ -39,8 +39,8 @@
#define PLUGIN_NICENAME "WAD Map Converter"
#define PLUGIN_DETAILS "Doomsday plugin for loading WAD format maps."

#define PLUGIN_VERSION_TEXT "1.0.5"
#define PLUGIN_VERSION_TEXT "1.1.0"
#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" WADMAPCONVERTER_VER_ID ")"
#define PLUGIN_VERSION_NUMBER 1,0,5,0 // For WIN32 version info.
#define PLUGIN_VERSION_NUMBER 1,1,0,0 // For WIN32 version info.

#endif /* __WADMAPCONVERTER_VERSION_H__ */

0 comments on commit 79bef5f

Please sign in to comment.