NVIDIA DeepStream SDK API Reference

7.0 Release
deepstream_app_version.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2018-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
13 #ifndef __NVGSTDS_APP_VERSION_H__
14 #define __NVGSTDS_APP_VERSION_H__
15 
16 #define NVDS_APP_VERSION_MAJOR 7
17 #define NVDS_APP_VERSION_MINOR 0
18 #define NVDS_APP_VERSION_MICRO 0
19 
20 #endif