remwharead/src/version.hpp.in

10 lines
169 B
C++

#ifndef VERSION_HPP
#define VERSION_HPP
namespace remwharead
{
static constexpr char version[] = "@PROJECT_VERSION@";
} // namespace remwharead
#endif // VERSION_HPP