summaryrefslogtreecommitdiffstats
path: root/logic
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-02-13 17:34:27 +0100
committerPetr Mrázek <peterix@gmail.com>2016-02-13 17:34:27 +0100
commita20e2590da5b7d50201e40f717ad50b063d1e3ac (patch)
tree722e33a814348f427daa9133589c8c4b571d078c /logic
parent1978078662f9ec9b1c39302de88dac6d356beb85 (diff)
downloadMultiMC-a20e2590da5b7d50201e40f717ad50b063d1e3ac.tar
MultiMC-a20e2590da5b7d50201e40f717ad50b063d1e3ac.tar.gz
MultiMC-a20e2590da5b7d50201e40f717ad50b063d1e3ac.tar.lz
MultiMC-a20e2590da5b7d50201e40f717ad50b063d1e3ac.tar.xz
MultiMC-a20e2590da5b7d50201e40f717ad50b063d1e3ac.zip
GH-1453 React to the minimum version change - 18
Diffstat (limited to 'logic')
-rw-r--r--logic/minecraft/VersionFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/minecraft/VersionFile.cpp b/logic/minecraft/VersionFile.cpp
index 922ba470..601e1638 100644
--- a/logic/minecraft/VersionFile.cpp
+++ b/logic/minecraft/VersionFile.cpp
@@ -15,7 +15,7 @@ using namespace Json;
#include "VersionBuildError.h"
#include <Version.h>
-#define CURRENT_MINIMUM_LAUNCHER_VERSION 14
+#define CURRENT_MINIMUM_LAUNCHER_VERSION 18
int findLibraryByName(QList<OneSixLibraryPtr> haystack, const GradleSpecifier &needle)
{