diff --git a/include/common/sdk.h b/include/common/sdk.h index 7c44389..9dd78bc 100644 --- a/include/common/sdk.h +++ b/include/common/sdk.h @@ -18,7 +18,7 @@ #define STROF(str) _STROF(str) #define MAJOR_VER 0 -#define MINOR_VER 4 +#define MINOR_VER 5 #define VER_STR STROF(MAJOR_VER) "." STROF(MINOR_VER) /* Declare a module. This must be specified in the source of a library or executable. */