diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-06 10:42:50 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-06 10:42:50 +0100 |
commit | b56c0fb5965d9a28f9b5603329544599ff2c18c8 (patch) | |
tree | 91ed780bcbffd39c8faccbe129942a7d3fc436e0 /meson.build | |
parent | 5a0eea82baf9a3d7a71ba56e8392c56a8547b698 (diff) | |
download | gtk+-b56c0fb5965d9a28f9b5603329544599ff2c18c8.tar.gz |
Rename project files
Meson and DOAP are the last holdovers for the old "gtk+" name.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index c2bd69710b..6987df6b16 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gtk+', 'c', +project('gtk', 'c', version: '3.94.0', default_options: [ 'buildtype=debugoptimized', |