Skip to content

Commit

Permalink
[add] bump api version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
begla committed Nov 20, 2023
1 parent 11261e4 commit b50cd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iolite_c_api/iolite_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ IO_API_EXPORT void IO_API_CALL unload_plugin()
// The major, minor, and bug fix parts of the IOLITE API version
//----------------------------------------------------------------------------//
#define IO_API_VERSION_MAJOR 0
#define IO_API_VERSION_MINOR 4
#define IO_API_VERSION_MINOR 5
#define IO_API_VERSION_BUGFIX 0

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

0 comments on commit b50cd19

Please sign in to comment.