Skip to content

Commit

Permalink
Bump plugin version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medengineer committed Nov 23, 2024
1 parent 12b3105 commit 577ac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/OpenEphysLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo (Plugin::LibraryInfo* info)
{
info->apiVersion = PLUGIN_API_VER;
info->name = "NI-DAQmx";
info->libVersion = "0.3.1";
info->libVersion = "0.4.0";
info->numPlugins = NUM_PLUGINS;
}

Expand Down

0 comments on commit 577ac90

Please sign in to comment.