gitea2rss/src/version.hpp.in

12 lines
168 B
C++

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