summaryrefslogtreecommitdiff
path: root/plugins/CmdLine/src/CmdLine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CmdLine/src/CmdLine.cpp')
-rw-r--r--plugins/CmdLine/src/CmdLine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/CmdLine/src/CmdLine.cpp b/plugins/CmdLine/src/CmdLine.cpp
index 58e672274e..933b8f7b3d 100644
--- a/plugins/CmdLine/src/CmdLine.cpp
+++ b/plugins/CmdLine/src/CmdLine.cpp
@@ -26,15 +26,15 @@ int hLangpack;
PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
- __PLUGIN_DISPLAY_NAME,
- VERSION,
- __DESC,
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
__AUTHOR,
__AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- // {2f1a117c-3c1b-4c01-89ea-6d8fd85a9b4c}
+ // {2F1A117C-3C1B-4C01-89EA-6D8FD85A9B4C}
{0x2f1a117c, 0x3c1b, 0x4c01, {0x89, 0xea, 0x6d, 0x8f, 0xd8, 0x5a, 0x9b, 0x4c}}
};