/*! * @file * * @brief Version variables. */ #ifndef EPUBGREP_VERSION_HPP #define EPUBGREP_VERSION_HPP #include namespace epubgrep { //! The version of the program. inline constexpr std::string_view version{"@PROJECT_VERSION@"}; } // namespace epubgrep #endif // EPUBGREP_VERSION_HPP