From e7e0adddacbb3a453b402e9e8df91f6b7c96b147 Mon Sep 17 00:00:00 2001 From: Haicheng Wu <57973641+hwu36@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:40:58 -0400 Subject: [PATCH] Update version.h change version number to 4.2 --- include/cutlass/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cutlass/version.h b/include/cutlass/version.h index 71cdcae1..ce93ed7c 100644 --- a/include/cutlass/version.h +++ b/include/cutlass/version.h @@ -35,7 +35,7 @@ #include #define CUTLASS_MAJOR 4 -#define CUTLASS_MINOR 1 +#define CUTLASS_MINOR 2 #define CUTLASS_PATCH 0 #ifdef CUTLASS_VERSIONS_GENERATED