meson.build: change project license version

https://bugzilla.gnome.org/show_bug.cgi?id=785062
This commit is contained in:
Ernestas Kulik 2017-07-18 15:18:52 +03:00
parent 204360b056
commit 9d0fae6ed4

View file

@ -1,7 +1,7 @@
project ('nautilus', 'c',
version: '3.25.1',
meson_version: '>=0.40.0',
license: 'GPL2+')
license: 'GPL3+')
add_global_arguments ('-Wno-deprecated-declarations', language:'c')