Skip to content

Commit

Permalink
[change] bumped api version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
begla committed Aug 1, 2023
1 parent 013c1f2 commit f21ad24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iolite_c_api/iolite_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ IO_API_EXPORT void IO_API_CALL unload_plugin()
// The major, minor, and bugfix parts of the IOLITE API version
//----------------------------------------------------------------------------//
#define IO_API_VERSION_MAJOR 0
#define IO_API_VERSION_MINOR 2
#define IO_API_VERSION_BUGFIX 2
#define IO_API_VERSION_MINOR 3
#define IO_API_VERSION_BUGFIX 0

// The version of the IOLITE API as a single number
//----------------------------------------------------------------------------//
Expand Down

0 comments on commit f21ad24

Please sign in to comment.