/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include 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