commit 79e9543e7bdb3110e1efbe1fee5bae381510e831 parent 85a3d0f0a626ded3886de6a6a36bb7ddaab3a028 Author: [email protected] <[email protected]> Date: Sun, 26 Nov 2023 09:29:14 +0000 KFR 6.0.0 Diffstat:
M | include/kfr/capi.h | | | 2 | +- |
M | include/kfr/kfr.h | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/kfr/capi.h b/include/kfr/capi.h @@ -77,7 +77,7 @@ extern "C" KFR_ARCH_AVX512 = 8, }; -#define KFR_HEADERS_VERSION 40200 +#define KFR_HEADERS_VERSION 60000 KFR_API_SPEC const char* kfr_version_string(); KFR_API_SPEC uint32_t kfr_version(); diff --git a/include/kfr/kfr.h b/include/kfr/kfr.h @@ -32,8 +32,8 @@ #include "cident.h" -#define KFR_VERSION_MAJOR 5 -#define KFR_VERSION_MINOR 2 +#define KFR_VERSION_MAJOR 6 +#define KFR_VERSION_MINOR 0 #define KFR_VERSION_PATCH 0 #define KFR_VERSION_LABEL ""