diff --git a/doomsday/plugins/dehread/include/version.h b/doomsday/plugins/dehread/include/version.h index da2c2e00c5..938ff0bd30 100644 --- a/doomsday/plugins/dehread/include/version.h +++ b/doomsday/plugins/dehread/include/version.h @@ -46,7 +46,7 @@ #define PLUGIN_DETAILS "Deh Reader is based on ZDoom's Deh patch reader." #define PLUGIN_VERSION_TEXT "1.2.6" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" DEHREAD_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DEHREAD_VER_ID ")" #define PLUGIN_VERSION_NUMBER 1,2,6,0 // For WIN32 version info. #endif diff --git a/doomsday/plugins/directsound/include/version.h b/doomsday/plugins/directsound/include/version.h index d053b2f15b..5621a073ad 100644 --- a/doomsday/plugins/directsound/include/version.h +++ b/doomsday/plugins/directsound/include/version.h @@ -46,7 +46,7 @@ #define PLUGIN_DETAILS "Doomsday plugin for audio playback via DirectSound" #define PLUGIN_VERSION_TEXT "1.2.5" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" DSDIRECTSOUND_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSDIRECTSOUND_VER_ID ")" #define PLUGIN_VERSION_NUMBER 1,2,5,0 // For WIN32 version info. #endif diff --git a/doomsday/plugins/fmod/include/version.h b/doomsday/plugins/fmod/include/version.h index f4c89f1cea..c8ec903c3c 100644 --- a/doomsday/plugins/fmod/include/version.h +++ b/doomsday/plugins/fmod/include/version.h @@ -44,7 +44,7 @@ #define PLUGIN_DETAILS "Doomsday plugin for audio playback via Firelight Technologies' FMOD Ex " #define PLUGIN_VERSION_TEXT "1.0.0" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" DSFMOD_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSFMOD_VER_ID ")" #define PLUGIN_VERSION_NUMBER 1,0,0,0 // For WIN32 version info. #endif diff --git a/doomsday/plugins/jdoom/include/version.h b/doomsday/plugins/jdoom/include/version.h index 0fbad1a19b..58d53f5dfc 100644 --- a/doomsday/plugins/jdoom/include/version.h +++ b/doomsday/plugins/jdoom/include/version.h @@ -57,7 +57,7 @@ #define PLUGIN_DOCSURL DOOMSDAY_DOCSURL #define PLUGIN_VERSION_TEXT "1.15.9" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" JDOOM_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" JDOOM_VER_ID ")" #define PLUGIN_VERSION_NUMBER 1,15,9,0 // For WIN32 version info. // For WIN32 version info: diff --git a/doomsday/plugins/jdoom64/include/version.h b/doomsday/plugins/jdoom64/include/version.h index bf708a9554..ea34a53882 100644 --- a/doomsday/plugins/jdoom64/include/version.h +++ b/doomsday/plugins/jdoom64/include/version.h @@ -56,7 +56,7 @@ #define PLUGIN_DOCSURL DOOMSDAY_DOCSURL #define PLUGIN_VERSION_TEXT "0.8.1" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" JDOOM64_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" JDOOM64_VER_ID ")" #define PLUGIN_VERSION_NUMBER 0,8,1,0 // For WIN32 version info. // For WIN32 version info: diff --git a/doomsday/plugins/jheretic/include/version.h b/doomsday/plugins/jheretic/include/version.h index ac0c8bef1a..3d9090e5f4 100644 --- a/doomsday/plugins/jheretic/include/version.h +++ b/doomsday/plugins/jheretic/include/version.h @@ -57,7 +57,7 @@ #define PLUGIN_DOCSURL DOOMSDAY_DOCSURL #define PLUGIN_VERSION_TEXT "1.4.8" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" JHERETIC_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" JHERETIC_VER_ID ")" #define PLUGIN_VERSION_NUMBER 1,4,8,0 // For WIN32 version info. // For WIN32 version info: diff --git a/doomsday/plugins/jhexen/include/version.h b/doomsday/plugins/jhexen/include/version.h index 9618de7960..af21afba9e 100644 --- a/doomsday/plugins/jhexen/include/version.h +++ b/doomsday/plugins/jhexen/include/version.h @@ -57,7 +57,7 @@ #define PLUGIN_DOCSURL DOOMSDAY_DOCSURL #define PLUGIN_VERSION_TEXT "1.3.8" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" JHEXEN_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" JHEXEN_VER_ID ")" #define PLUGIN_VERSION_NUMBER 1,3,8,0 // For WIN32 version info. // For WIN32 version info: diff --git a/doomsday/plugins/openal/include/version.h b/doomsday/plugins/openal/include/version.h index 0a0c86cda3..164ad02aa2 100644 --- a/doomsday/plugins/openal/include/version.h +++ b/doomsday/plugins/openal/include/version.h @@ -46,7 +46,7 @@ #define PLUGIN_DETAILS "Doomsday plugin for audio playback via OpenAL" #define PLUGIN_VERSION_TEXT "1.2.4" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" DSOPENAL_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSOPENAL_VER_ID ")" #define PLUGIN_VERSION_NUMBER 1,2,4,0 // For WIN32 version info. #endif diff --git a/doomsday/plugins/wadmapconverter/include/version.h b/doomsday/plugins/wadmapconverter/include/version.h index cedd5bd569..bc717c377e 100644 --- a/doomsday/plugins/wadmapconverter/include/version.h +++ b/doomsday/plugins/wadmapconverter/include/version.h @@ -46,7 +46,7 @@ #define PLUGIN_DETAILS "Doomsday plugin for loading WAD format maps." #define PLUGIN_VERSION_TEXT "1.0.5" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" WADMAPCONVERTER_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" WADMAPCONVERTER_VER_ID ")" #define PLUGIN_VERSION_NUMBER 1,0,5,0 // For WIN32 version info. #endif diff --git a/doomsday/plugins/winmm/include/version.h b/doomsday/plugins/winmm/include/version.h index 1ceaaec54c..e2f1ffc8fc 100644 --- a/doomsday/plugins/winmm/include/version.h +++ b/doomsday/plugins/winmm/include/version.h @@ -46,7 +46,7 @@ #define PLUGIN_DETAILS "Doomsday plugin for audio playback via Windows Multimedia." #define PLUGIN_VERSION_TEXT "1.0.5" -#define PLUGIN_VERSION_TEXTLONG "Version" PLUGIN_VERSION_TEXT " " __DATE__ " (" DSWINMM_VER_ID ")" +#define PLUGIN_VERSION_TEXTLONG "Version " PLUGIN_VERSION_TEXT " " __DATE__ " (" DSWINMM_VER_ID ")" #define PLUGIN_VERSION_NUMBER 1,0,5,0 // For WIN32 version info. #endif