put minor version back

This commit is contained in:
sD 2020-02-21 16:43:40 +01:00
parent 7d55ff01f5
commit cb1ed6d60d

View File

@ -342,6 +342,7 @@ public:
private: private:
const int RELEASE = 2; const int RELEASE = 2;
const int MAJOR_VERSION = 7; const int MAJOR_VERSION = 7;
const int MINOR_VERSION = 0;
QString current_theme = "default"; QString current_theme = "default";