diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-02-13 17:34:27 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-02-13 17:34:27 +0100 |
commit | a20e2590da5b7d50201e40f717ad50b063d1e3ac (patch) | |
tree | 722e33a814348f427daa9133589c8c4b571d078c | |
parent | 1978078662f9ec9b1c39302de88dac6d356beb85 (diff) | |
download | MultiMC-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
-rw-r--r-- | logic/minecraft/VersionFile.cpp | 2 |
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) { |