diff --git a/include/cutlass/version.h b/include/cutlass/version.h index 658933e68..9a8176401 100644 --- a/include/cutlass/version.h +++ b/include/cutlass/version.h @@ -35,8 +35,8 @@ #include #define CUTLASS_MAJOR 4 -#define CUTLASS_MINOR 3 -#define CUTLASS_PATCH 5 +#define CUTLASS_MINOR 4 +#define CUTLASS_PATCH 0 #ifdef CUTLASS_VERSIONS_GENERATED #include "cutlass/version_extended.h"