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)
3838{
3939 info->apiVersion = PLUGIN_API_VER;
4040 info->name = " Arduino Output" ;
41- info->libVersion = " 0.1.0 " ;
41+ info->libVersion = ProjectInfo::versionString ;
4242 info->numPlugins = NUM_PLUGINS;
4343}
4444
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
3939{
4040 info->apiVersion = PLUGIN_API_VER;
4141 info->name = " Basic Spike Display" ;
42- info->libVersion = " 0.1.0 " ;
42+ info->libVersion = ProjectInfo::versionString ;
4343 info->numPlugins = NUM_PLUGINS;
4444}
4545
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
3838{
3939 info->apiVersion = PLUGIN_API_VER;
4040 info->name = " Channel Mapper" ;
41- info->libVersion = " 0.1.0 " ;
41+ info->libVersion = ProjectInfo::versionString ;
4242 info->numPlugins = NUM_PLUGINS;
4343}
4444
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
3838{
3939 info->apiVersion = PLUGIN_API_VER;
4040 info->name = " Common Average Reference" ;
41- info->libVersion = " 0.1.0 " ;
41+ info->libVersion = ProjectInfo::versionString ;
4242 info->numPlugins = NUM_PLUGINS;
4343}
4444
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
3838{
3939 info->apiVersion = PLUGIN_API_VER;
4040 info->name = " Bandpass Filter" ;
41- info->libVersion = " 0.1.0 " ;
41+ info->libVersion = ProjectInfo::versionString ;
4242 info->numPlugins = NUM_PLUGINS;
4343}
4444
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
4040{
4141 info->apiVersion = PLUGIN_API_VER;
4242 info->name = " LFP viewer" ;
43- info->libVersion = " 0.1.0 " ;
43+ info->libVersion = ProjectInfo::versionString ;
4444 info->numPlugins = NUM_PLUGINS;
4545}
4646
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
3838{
3939 info->apiVersion = PLUGIN_API_VER;
4040 info->name = " Phase Detector" ;
41- info->libVersion = " 0.1.0 " ;
41+ info->libVersion = ProjectInfo::versionString ;
4242 info->numPlugins = NUM_PLUGINS;
4343}
4444
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
3838{
3939 info->apiVersion = PLUGIN_API_VER;
4040 info->name = " Record Control" ;
41- info->libVersion = " 0.1.0 " ;
41+ info->libVersion = ProjectInfo::versionString ;
4242 info->numPlugins = NUM_PLUGINS;
4343}
4444
You can’t perform that action at this time.
0 commit comments