Skip to content

Commit 74a47ba

Browse files
committed
bin/meld: Update required GTK+, etc. versions (yousseb#167)
1 parent 37a08d7 commit 74a47ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/meld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ def show_error_and_exit(error_text):
175175

176176
def check_requirements():
177177

178-
gtk_requirement = (3, 14)
178+
gtk_requirement = (3, 20)
179179
glib_requirement = (2, 36, 0)
180-
gtksourceview_requirement = (3, 14, 0)
180+
gtksourceview_requirement = (3, 20, 0)
181181
pangocairo_requirement = (1, 34)
182182

183183
def missing_reqs(mod, ver, exception=None):

0 commit comments

Comments
 (0)