summaryrefslogtreecommitdiffstats
path: root/src/version.hpp.in
blob: de1b4e687e8f4cbb8dab5d24cc8d0d821f5bf06e (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