12 lines
350 B
C
12 lines
350 B
C
|
|
#pragma once
|
||
|
|
/**
|
||
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||
|
|
* SPDX-License-Identifier: Apache-2.0.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#define AWS_CRT_CPP_VERSION "0.29.3"
|
||
|
|
#define AWS_CRT_CPP_VERSION_MAJOR 0
|
||
|
|
#define AWS_CRT_CPP_VERSION_MINOR 29
|
||
|
|
#define AWS_CRT_CPP_VERSION_PATCH 3
|
||
|
|
#define AWS_CRT_CPP_GIT_HASH "281a7caff7e10f68a5422d8fca8acf0b48e4215f"
|