From fc64c50c09119f0175a741f15cffac295a02fdf4 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 6 Jan 2019 04:52:07 +0100 Subject: [PATCH] Update main.cpp --- tools/linuxdeployqt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linuxdeployqt/main.cpp b/tools/linuxdeployqt/main.cpp index a8d913b..c97e3ae 100644 --- a/tools/linuxdeployqt/main.cpp +++ b/tools/linuxdeployqt/main.cpp @@ -56,7 +56,7 @@ int main(int argc, char **argv) // We need to catch those errors at the source of the problem // https://github.com/AppImage/appimage.github.io/search?q=GLIBC&unscoped_q=GLIBC&type=Issues const char *glcv = gnu_get_libc_version (); - if (strverscmp (glcv, "2.20") >= 0) + if (strverscmp (glcv, "2.21") >= 0) { qInfo() << "Please run on a system no newer than the oldest still-supported Ubuntu LTS release."; qInfo() << "This is so that the resulting bundle can run on all still-supported releases of Ubuntu.";