summaryrefslogtreecommitdiffstats
path: root/src/version.hpp.in
blob: c9ea040f805c32ae5cb0db2cb4dce5968012c536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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