aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/include/aws/core/Version.h
blob: 71215ec6bd6f1748878bdc91bba8781d50e78b0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */

#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

namespace Aws
{
namespace Version
{
    AWS_CORE_API const char* GetVersionString();
    AWS_CORE_API unsigned GetVersionMajor();
    AWS_CORE_API unsigned GetVersionMinor();
    AWS_CORE_API unsigned GetVersionPatch();
    AWS_CORE_API const char* GetCompilerVersionString();
} //namespace Version
} //namespace Aws