From a20e2590da5b7d50201e40f717ad50b063d1e3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 13 Feb 2016 17:34:27 +0100 Subject: GH-1453 React to the minimum version change - 18 --- logic/minecraft/VersionFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic') 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 -#define CURRENT_MINIMUM_LAUNCHER_VERSION 14 +#define CURRENT_MINIMUM_LAUNCHER_VERSION 18 int findLibraryByName(QList haystack, const GradleSpecifier &needle) { -- cgit v1.2.3