This commit is contained in:
David Skoland 2019-08-06 01:11:53 +02:00 committed by oldmud0
parent 223f69d67a
commit 05debed60b

View File

@ -95,9 +95,9 @@ public:
//////////////////versioning/////////////// //////////////////versioning///////////////
const int get_release() const { return RELEASE; } int get_release() const { return RELEASE; }
const int get_major_version() const { return MAJOR_VERSION; } int get_major_version() const { return MAJOR_VERSION; }
const int get_minor_version() const { return MINOR_VERSION; } int get_minor_version() const { return MINOR_VERSION; }
QString get_version_string(); QString get_version_string();
/////////////////////////////////////////// ///////////////////////////////////////////