From b50cd19c6d6a518fa2eca90f5bcf23abf047555b Mon Sep 17 00:00:00 2001 From: Benjamin Wrensch Date: Thu, 16 Nov 2023 13:51:44 +0100 Subject: [PATCH] [add] bump api version to 0.5 --- iolite_c_api/iolite_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iolite_c_api/iolite_api.h b/iolite_c_api/iolite_api.h index 3541816..6d8309b 100644 --- a/iolite_c_api/iolite_api.h +++ b/iolite_c_api/iolite_api.h @@ -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