/* Copyright (c) Microsoft Corporation. All rights reserved.
   Licensed under the MIT License. */

#ifndef K4ABTVERSION_H
#define K4ABTVERSION_H

#define K4ABT_VERSION_MAJOR           1
#define K4ABT_VERSION_MINOR           1
#define K4ABT_VERSION_PATCH           0
#define K4ABT_VERSION_PRERELEASE      ""
#define K4ABT_VERSION_BUILD_METADATA  ""

#define K4ABT_VERSION_STR             "1.1.0"

#define K4ABT_DNN_MODEL_FILE          "dnn_model_2_0_op11.onnx"
#define K4ABT_DNN_MODEL_FILE_LITE     "dnn_model_2_0_lite_op11.onnx"

#endif
