File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
38
38
{
39
39
info->apiVersion = PLUGIN_API_VER;
40
40
info->name = " Arduino Output" ;
41
- info->libVersion = " 0.1.0 " ;
41
+ info->libVersion = ProjectInfo::versionString ;
42
42
info->numPlugins = NUM_PLUGINS;
43
43
}
44
44
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
39
39
{
40
40
info->apiVersion = PLUGIN_API_VER;
41
41
info->name = " Basic Spike Display" ;
42
- info->libVersion = " 0.1.0 " ;
42
+ info->libVersion = ProjectInfo::versionString ;
43
43
info->numPlugins = NUM_PLUGINS;
44
44
}
45
45
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
38
38
{
39
39
info->apiVersion = PLUGIN_API_VER;
40
40
info->name = " Channel Mapper" ;
41
- info->libVersion = " 0.1.0 " ;
41
+ info->libVersion = ProjectInfo::versionString ;
42
42
info->numPlugins = NUM_PLUGINS;
43
43
}
44
44
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
38
38
{
39
39
info->apiVersion = PLUGIN_API_VER;
40
40
info->name = " Common Average Reference" ;
41
- info->libVersion = " 0.1.0 " ;
41
+ info->libVersion = ProjectInfo::versionString ;
42
42
info->numPlugins = NUM_PLUGINS;
43
43
}
44
44
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
38
38
{
39
39
info->apiVersion = PLUGIN_API_VER;
40
40
info->name = " Bandpass Filter" ;
41
- info->libVersion = " 0.1.0 " ;
41
+ info->libVersion = ProjectInfo::versionString ;
42
42
info->numPlugins = NUM_PLUGINS;
43
43
}
44
44
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
40
40
{
41
41
info->apiVersion = PLUGIN_API_VER;
42
42
info->name = " LFP viewer" ;
43
- info->libVersion = " 0.1.0 " ;
43
+ info->libVersion = ProjectInfo::versionString ;
44
44
info->numPlugins = NUM_PLUGINS;
45
45
}
46
46
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
38
38
{
39
39
info->apiVersion = PLUGIN_API_VER;
40
40
info->name = " Phase Detector" ;
41
- info->libVersion = " 0.1.0 " ;
41
+ info->libVersion = ProjectInfo::versionString ;
42
42
info->numPlugins = NUM_PLUGINS;
43
43
}
44
44
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
38
38
{
39
39
info->apiVersion = PLUGIN_API_VER;
40
40
info->name = " Record Control" ;
41
- info->libVersion = " 0.1.0 " ;
41
+ info->libVersion = ProjectInfo::versionString ;
42
42
info->numPlugins = NUM_PLUGINS;
43
43
}
44
44
You can’t perform that action at this time.
0 commit comments