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