remwharead/src/version.hpp.in

10 lines
169 B
C++
Raw Normal View History

2019-05-11 02:52:33 +02:00
#ifndef VERSION_HPP
#define VERSION_HPP
2020-01-27 04:50:33 +01:00
namespace remwharead
2019-05-11 02:52:33 +02:00
{
static constexpr char version[] = "@PROJECT_VERSION@";
2020-01-27 04:50:33 +01:00
} // namespace remwharead
2019-05-11 02:52:33 +02:00
#endif // VERSION_HPP