#ifndef NITROKEYAPP_VERSION_H #define NITROKEYAPP_VERSION_H #include namespace Version { extern const std::string version; extern const std::string version_more; }; #endif //NITROKEYAPP_VERSION_H