diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-04 20:33:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-04 20:33:17 +0200 |
commit | 46c7d1c8d370e549c23ad8425c2a0ab516f5d787 (patch) | |
tree | d2aafe2273d9c6c67d9138f5fb63bd53d125a21d /meson.build | |
parent | 92a79aacbf96307f4d31f0034f5058415cc34c5c (diff) | |
parent | e2ede7c4bc7accffd3d1526bf98121654e24bbae (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index d15cf55..2f2af3a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project ('simple-scan', ['vala', 'c'], - version: '3.28.0', + version: '3.29.92', license: 'GPLv3+', default_options: [ 'warning_level=1', @@ -18,7 +18,7 @@ icondir = join_paths (datadir, 'simple-scan', 'icons') # Dependencies glib_dep = dependency ('glib-2.0', version: '>= 2.38') -gtk_dep = dependency ('gtk+-3.0', version: '>=3.12') +gtk_dep = dependency ('gtk+-3.0', version: '>=3.22') gmodule_dep = dependency ('gmodule-export-2.0') gthread_dep = dependency ('gthread-2.0') zlib_dep = dependency ('zlib') |