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