Skip to content

Commit c452386

Browse files
committed
Bump plugin version
1 parent 357e0e4 commit c452386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VCMP-LUA/Core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extern "C" EXPORT unsigned int VcmpPluginInit(PluginFuncs * pluginFuncs, PluginC
3434
g_Calls = pluginCalls;
3535
g_Info = pluginInfo;
3636

37-
pluginInfo->pluginVersion = 0x2400;
37+
pluginInfo->pluginVersion = 0x2500;
3838
pluginInfo->apiMajorVersion = PLUGIN_API_MAJOR;
3939
pluginInfo->apiMinorVersion = PLUGIN_API_MINOR;
4040

0 commit comments

Comments
 (0)