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