gitea2rss/src/version.hpp.in

12 lines
168 B
C++
Raw Normal View History

2019-04-17 00:17:26 +02:00
#ifndef VERSION_HPP
#define VERSION_HPP
2020-10-27 12:05:50 +01:00
namespace gitea2rss
2019-04-17 00:17:26 +02:00
{
2020-10-27 12:05:50 +01:00
static constexpr char version[] = "@PROJECT_VERSION@";
} // namespace gitea2rss
2019-04-17 00:17:26 +02:00
#endif // VERSION_HPP