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.0.0-preview.5"
21 
23 #define AZ_SDK_VERSION_MAJOR 1
24 
26 #define AZ_SDK_VERSION_MINOR 0
27 
29 #define AZ_SDK_VERSION_PATCH 0
30 
32 #define AZ_SDK_VERSION_PRERELEASE "preview.5"
33 
34 #endif //_az_VERSION_H