mastorss/src/version.hpp.in

14 lines
245 B
C++
Raw Normal View History

2019-12-20 01:12:14 +01:00
#ifndef MASTORSS_VERSION_HPP
#define MASTORSS_VERSION_HPP
2018-02-10 12:35:06 +01:00
2019-12-20 01:12:14 +01:00
#include <string_view>
namespace mastorss
2018-02-10 12:35:06 +01:00
{
2019-12-20 01:12:14 +01:00
using std::string_view;
static constexpr string_view version = "@PROJECT_VERSION@";
} // namespace mastorss
2018-02-10 12:35:06 +01:00
2019-12-20 01:12:14 +01:00
#endif // MASTORSS_VERSION_HPP