#ifndef HYD_VERSION_H #define HYD_VERSION_H #include /// Returns the current Hydrogen version string std::string get_version(); #endif