#ifndef VERSION_H #define VERSION_H #include std::string version = "1.0.42"; #endif // VERSION_H