Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rasikhq committed Oct 8, 2022
1 parent 317caaa commit cfc1d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VCMP-LUA/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern "C" EXPORT unsigned int VcmpPluginInit(PluginFuncs * pluginFuncs, PluginC
g_Calls = pluginCalls;
g_Info = pluginInfo;

pluginInfo->pluginVersion = 0x2500;
pluginInfo->pluginVersion = 0x2600;
pluginInfo->apiMajorVersion = PLUGIN_API_MAJOR;
pluginInfo->apiMinorVersion = PLUGIN_API_MINOR;

Expand Down

0 comments on commit cfc1d95

Please sign in to comment.