From c6e2dc11d978954d53872ce4d2a6333041e42b9b Mon Sep 17 00:00:00 2001 From: Iman Tabrizian Date: Wed, 8 Mar 2023 15:00:28 -0500 Subject: [PATCH] Increment the API versions --- include/triton/core/tritonbackend.h | 2 +- include/triton/core/tritonserver.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/triton/core/tritonbackend.h b/include/triton/core/tritonbackend.h index bac436aad..4f34b1c56 100644 --- a/include/triton/core/tritonbackend.h +++ b/include/triton/core/tritonbackend.h @@ -93,7 +93,7 @@ struct TRITONBACKEND_Batcher; /// } /// #define TRITONBACKEND_API_VERSION_MAJOR 1 -#define TRITONBACKEND_API_VERSION_MINOR 11 +#define TRITONBACKEND_API_VERSION_MINOR 12 /// Get the TRITONBACKEND API version supported by Triton. This value /// can be compared against the TRITONBACKEND_API_VERSION_MAJOR and diff --git a/include/triton/core/tritonserver.h b/include/triton/core/tritonserver.h index 3529342e5..5c3083a7b 100644 --- a/include/triton/core/tritonserver.h +++ b/include/triton/core/tritonserver.h @@ -91,7 +91,7 @@ struct TRITONSERVER_MetricFamily; /// } /// #define TRITONSERVER_API_VERSION_MAJOR 1 -#define TRITONSERVER_API_VERSION_MINOR 20 +#define TRITONSERVER_API_VERSION_MINOR 21 /// Get the TRITONBACKEND API version supported by the Triton shared /// library. This value can be compared against the