From ea55dc8b0fadbbd8ccb6e9c47d2ee29d54424d8c Mon Sep 17 00:00:00 2001 From: Josh Romero Date: Wed, 4 Feb 2026 08:59:35 -0800 Subject: [PATCH] Bump header version. Signed-off-by: Josh Romero --- include/cudecomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cudecomp.h b/include/cudecomp.h index d9d82d6..b7ca852 100644 --- a/include/cudecomp.h +++ b/include/cudecomp.h @@ -29,7 +29,7 @@ #define CUDECOMP_MAJOR 0 #define CUDECOMP_MINOR 6 -#define CUDECOMP_PATCH 0 +#define CUDECOMP_PATCH 1 #ifdef __cplusplus extern "C" {