Skip to content

Commit fc38814

Browse files
committed
Bump plugin version to 0.3.2
1 parent ad6bf2b commit fc38814

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
package: NIDAQ-windows
5151
run: |
5252
plugin_api=$(grep -rnw ../../plugin-GUI/Source -e '#define PLUGIN_API_VER' | grep -Eo "[0-9]*" | tail -1)
53-
tag=$(git describe --tags $(git rev-list --tags --max-count=1))
53+
tag=$(grep -w Source/OpenEphysLib.cpp -e 'info->libVersion' | grep -Eo "[0-9]+.[0-9]+.[0-9]+")
5454
new_plugin_ver=$tag-API$plugin_api
5555
mkdir plugins
5656
cp $build_dir/*.dll plugins

Source/OpenEphysLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
3838
{
3939
info->apiVersion = PLUGIN_API_VER;
4040
info->name = "NI-DAQmx";
41-
info->libVersion = "0.3.1";
41+
info->libVersion = "0.3.2";
4242
info->numPlugins = NUM_PLUGINS;
4343
}
4444

0 commit comments

Comments
 (0)