Azure SDK for Embedded C
az_version.h
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // SPDX-License-Identifier: MIT
3 
15 #ifndef _az_VERSION_H
16 #define _az_VERSION_H
17 
20 #define AZ_SDK_VERSION_STRING "1.5.0"
21 
23 #define AZ_SDK_VERSION_MAJOR 1
24 
26 #define AZ_SDK_VERSION_MINOR 5
27 
29 #define AZ_SDK_VERSION_PATCH 0
30 
32 #define AZ_SDK_VERSION_PRERELEASE
33 #undef AZ_SDK_VERSION_PRERELEASE
34 
35 #endif //_az_VERSION_H