mastodonpp/src/version.hpp.in
2020-01-03 15:59:43 +01:00

16 lines
257 B
C++

#ifndef MASTODONPP_VERSION_HPP
#define MASTODONPP_VERSION_HPP
#include <string_view>
namespace mastodonpp
{
using std::string_view;
static constexpr string_view version = "@PROJECT_VERSION@";
} // namespace mastodonpp
#endif // MASTODONPP_VERSION_HPP