This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
FediPotato/lib/src/version.hpp.in

16 lines
256 B
C++

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