From e21164d1028958ed03eb9a1f543dc23db07b5125 Mon Sep 17 00:00:00 2001 From: Josh Romero Date: Wed, 12 Nov 2025 10:37:54 -0800 Subject: [PATCH] Bump header version. Signed-off-by: Josh Romero --- include/cudecomp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cudecomp.h b/include/cudecomp.h index 189f634..d9d82d6 100644 --- a/include/cudecomp.h +++ b/include/cudecomp.h @@ -28,8 +28,8 @@ #include #define CUDECOMP_MAJOR 0 -#define CUDECOMP_MINOR 5 -#define CUDECOMP_PATCH 1 +#define CUDECOMP_MINOR 6 +#define CUDECOMP_PATCH 0 #ifdef __cplusplus extern "C" {