// Unless explicitly stated otherwise all files in this repository are // dual-licensed under the Apache-2.0 License or BSD-3-Clause License. // // This product includes software developed at Datadog // (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc. #pragma once #include namespace dds { constexpr inline std::string_view php_ddappsec_version{ "${CMAKE_APPSEC_VERSION}", }; } // namespace dds