#ifndef VERSION_H #define VERSION_H namespace manticore { constexpr const char *const version = "1.0"; ///< Version string. constexpr const char *const reldate = "Feb 09 2018"; ///< Release date (if any). } // namespace manticore #endif // VERSION_H