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