gitea2rss/src/version.hpp.in

10 lines
144 B
C++
Raw Normal View History

2019-04-17 00:17:26 +02:00
#ifndef VERSION_HPP
#define VERSION_HPP
namespace global
{
static constexpr char version[] = "@PROJECT_VERSION@";
}
#endif // VERSION_HPP