diff --git a/version.h b/version.h index d7af862..f17597b 100644 --- a/version.h +++ b/version.h @@ -1,8 +1,8 @@ #ifndef VERSION_H #define VERSION_H -#include +#include -QString version = ""; +std::string version = "1.0.1"; #endif // VERSION_H