scripts/install.py

changeset 6956
dfd3b53be436
parent 6942
2602857055c5
child 6960
1d4e02425869
--- a/scripts/install.py	Fri Apr 19 11:11:16 2019 +0200
+++ b/scripts/install.py	Fri Apr 19 17:48:40 2019 +0200
@@ -1678,8 +1678,8 @@
         major = int(major)
         minor = int(minor)
         pat = int(pat)
-        if major < 2 or (major == 2 and minor < 10):
-            print('Sorry, you must have QScintilla 2.10.0 or higher or'
+        if major < 2 or (major == 2 and minor < 9):
+            print('Sorry, you must have QScintilla 2.9.0 or higher or'
                   ' a recent snapshot release.')
             exit(5)
         # check for blacklisted versions

eric ide

mercurial