diff --git a/include/superfemto.h b/include/superfemto.h index 843e4ea..c14fe6c 100644 --- a/include/superfemto.h +++ b/include/superfemto.h @@ -13,7 +13,7 @@ #include "gsml1const.h" #define SUPERFEMTO_API(x,y,z) ((x << 16) | (y << 8) | z) -#define SUPERFEMTO_API_VERSION SUPERFEMTO_API(3,0,0) +#define SUPERFEMTO_API_VERSION SUPERFEMTO_API(3,0,1) /**************************************************************************** * Const *