diff --git a/doomsday/plugins/wadmapconverter/include/version.h b/doomsday/plugins/wadmapconverter/include/version.h index 637445376c..6b58af6875 100644 --- a/doomsday/plugins/wadmapconverter/include/version.h +++ b/doomsday/plugins/wadmapconverter/include/version.h @@ -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__ */