soupbot/src/version.hpp.in

10 lines
144 B
C++
Raw Permalink Normal View History

2018-01-22 03:01:32 +01:00
#ifndef VERSION_HPP
#define VERSION_HPP
namespace global
{
static constexpr char version[] = "@PROJECT_VERSION@";
}
#endif // VERSION_HPP