From 1870b297fe61057bdd3197ae83063fe30eb0214f Mon Sep 17 00:00:00 2001 From: lanluo-nvidia Date: Thu, 19 Sep 2024 09:18:36 -0700 Subject: [PATCH] test --- cpp/include/torch_tensorrt/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/include/torch_tensorrt/macros.h b/cpp/include/torch_tensorrt/macros.h index 90fab3afcc..bdb0a30115 100644 --- a/cpp/include/torch_tensorrt/macros.h +++ b/cpp/include/torch_tensorrt/macros.h @@ -24,7 +24,7 @@ #define STR(x) XSTR(x) #define TORCH_TENSORRT_MAJOR_VERSION 2 -#define TORCH_TENSORRT_MINOR_VERSION 5 +#define TORCH_TENSORRT_MINOR_VERSION 6 #define TORCH_TENSORRT_PATCH_VERSION 0 #define TORCH_TENSORRT_VERSION \ STR(TORCH_TENSORRT_MAJOR_VERSION) \