From bf5e9a5044c3f5b2298080646414fcd5034f8ffe Mon Sep 17 00:00:00 2001 From: jingyanwangms <47403504+jingyanwangms@users.noreply.github.com> Date: Mon, 22 Nov 2021 20:27:45 -0800 Subject: [PATCH] bumping up ORT_API_VERSION to 10 (#9838) Co-authored-by: Jingyan Wang --- include/onnxruntime/core/session/onnxruntime_c_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/onnxruntime/core/session/onnxruntime_c_api.h b/include/onnxruntime/core/session/onnxruntime_c_api.h index 2ac9ce5b8c..12d3c54268 100644 --- a/include/onnxruntime/core/session/onnxruntime_c_api.h +++ b/include/onnxruntime/core/session/onnxruntime_c_api.h @@ -30,7 +30,7 @@ * * This value is used by some API functions to behave as this version of the header expects. */ -#define ORT_API_VERSION 9 +#define ORT_API_VERSION 10 #ifdef __cplusplus extern "C" {