Skip to content

Commit

Permalink
Bump plugin version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Aug 6, 2024
1 parent 20c3e2c commit cb2b1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/OpenEphysLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include <string>

#ifdef WIN32
#ifdef _WIN32
#include <Windows.h>
#define EXPORT __declspec (dllexport)
#else
Expand All @@ -44,7 +44,7 @@ extern "C" EXPORT void getLibInfo (Plugin::LibraryInfo* info)
The GUI refueses to load plugins with mismatched API versions */
info->apiVersion = PLUGIN_API_VER;
info->name = "Data Snapshot"; // Name of the plugin library
info->libVersion = "0.1.0"; //Version of the plugin
info->libVersion = "0.2.0"; //Version of the plugin
info->numPlugins = NUM_PLUGINS;
}

Expand Down

0 comments on commit cb2b1d9

Please sign in to comment.