summaryrefslogtreecommitdiffstats
path: root/MultiMC.h
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-12-01 14:27:36 -0600
committerAndrew <forkk@forkk.net>2013-12-01 14:27:36 -0600
commit2427ad687137bbcfc7303a931d7e0b74d5325e48 (patch)
tree41eba6ced45761278f137eaf86b0f1da3c60996c /MultiMC.h
parenteff38858ef32239cd91044295ce7db3def857339 (diff)
downloadMultiMC-2427ad687137bbcfc7303a931d7e0b74d5325e48.tar
MultiMC-2427ad687137bbcfc7303a931d7e0b74d5325e48.tar.gz
MultiMC-2427ad687137bbcfc7303a931d7e0b74d5325e48.tar.lz
MultiMC-2427ad687137bbcfc7303a931d7e0b74d5325e48.tar.xz
MultiMC-2427ad687137bbcfc7303a931d7e0b74d5325e48.zip
Rework MultiMC's versioning system
Diffstat (limited to 'MultiMC.h')
-rw-r--r--MultiMC.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MultiMC.h b/MultiMC.h
index dba923b1..cae6eee0 100644
--- a/MultiMC.h
+++ b/MultiMC.h
@@ -2,7 +2,6 @@
#include <QApplication>
#include "MultiMCVersion.h"
-#include "config.h"
#include <memory>
#include "logger/QsLog.h"
#include "logger/QsLogDest.h"
@@ -119,5 +118,5 @@ private:
QsLogging::DestinationPtr m_debugDestination;
Status m_status = MultiMC::Failed;
- MultiMCVersion m_version = {VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD};
+ MultiMCVersion m_version;
};