libravatarserv/src/version.hpp.in
2018-11-24 11:38:10 +01:00

10 lines
144 B
C++

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