diff options
author | Ondrej Holy <oholy@redhat.com> | 2020-05-29 15:35:53 +0200 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2020-05-29 15:36:27 +0200 |
commit | b79a55d5526ae16a2053dcd5a8566ae018d88c3a (patch) | |
tree | 95f3614bb093be6cdb0eac73179fe42f0aa18823 /meson.build | |
parent | 889e5a99bf6fbf4b7633a066e4d9bf1ed5ba8a1c (diff) | |
download | nautilus-b79a55d5526ae16a2053dcd5a8566ae018d88c3a.tar.gz |
Release version 3.37.23.37.2
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 03a3ff846..d227fadf7 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('nautilus', 'c', default_options: ['c_std=c11'], - version: '3.37.1.1', + version: '3.37.2', meson_version: '>= 0.47.0', license: 'GPL3+' ) |