From 3cbf45638cb79c419bf962265cfd11ed8a53244f Mon Sep 17 00:00:00 2001 From: Josh Romero Date: Thu, 18 May 2023 09:13:46 -0700 Subject: [PATCH] Bump patch version. --- include/cudecomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cudecomp.h b/include/cudecomp.h index 9565c92..343f6f6 100644 --- a/include/cudecomp.h +++ b/include/cudecomp.h @@ -44,7 +44,7 @@ #define CUDECOMP_MAJOR 0 #define CUDECOMP_MINOR 3 -#define CUDECOMP_PATCH 0 +#define CUDECOMP_PATCH 1 /** * @brief This enum lists the different available transpose backend options.