We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317caaa commit cfc1d95Copy full SHA for cfc1d95
VCMP-LUA/Core.cpp
@@ -34,7 +34,7 @@ extern "C" EXPORT unsigned int VcmpPluginInit(PluginFuncs * pluginFuncs, PluginC
34
g_Calls = pluginCalls;
35
g_Info = pluginInfo;
36
37
- pluginInfo->pluginVersion = 0x2500;
+ pluginInfo->pluginVersion = 0x2600;
38
pluginInfo->apiMajorVersion = PLUGIN_API_MAJOR;
39
pluginInfo->apiMinorVersion = PLUGIN_API_MINOR;
40
0 commit comments