diff options
author | Iain Lane <iainl@gnome.org> | 2019-10-07 09:27:05 +0100 |
---|---|---|
committer | Iain Lane <iainl@gnome.org> | 2019-10-07 09:27:05 +0100 |
commit | c225cc9f8c70624b43250652f15872e8759fc486 (patch) | |
tree | 1cde19eb9834d2dafd8eb51f548782ad46b9dfcb /meson.build | |
parent | 1ae748be551338bbb13e54243f02a0ffc699ee06 (diff) | |
download | gnome-session-c225cc9f8c70624b43250652f15872e8759fc486.tar.gz |
meson: bump to 3.34.1
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 77d91386..3205c33f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-session', 'c', - version: '3.34.0', + version: '3.34.1', license: 'GPL2+', default_options: 'buildtype=debugoptimized', meson_version: '>= 0.43.0' |