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 dae7306 commit 80e747fCopy full SHA for 80e747f
Source/OpenEphysLib.cpp
@@ -46,7 +46,7 @@ extern "C" EXPORT void getLibInfo (Plugin::LibraryInfo* info)
46
info->name = "Source Simulator";
47
48
//Version of the library, used only for information
49
- info->libVersion = "0.1.1";
+ info->libVersion = "0.1.2";
50
info->numPlugins = NUM_PLUGINS;
51
}
52
extern "C" EXPORT int getPluginInfo (int index, Plugin::PluginInfo* info)
0 commit comments