diff options
author | Ondrej Holy <oholy@redhat.com> | 2021-03-13 09:13:28 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2021-03-13 09:13:28 +0100 |
commit | 47062f81551f7cb3e7fbb1610bbf0ec04ad58bfa (patch) | |
tree | cac8b52f5c4a1b03ece0323cba72aa785097a228 /meson.build | |
parent | 9d75d506056dbc4a0dbad9c74334c39f1f478863 (diff) | |
download | nautilus-47062f81551f7cb3e7fbb1610bbf0ec04ad58bfa.tar.gz |
Post release version bump
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 21ad9a19f..23139d163 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project('nautilus', 'c', # Do not forget when releasing: # * Update version in data/org.gnome.Nautilus.appdata.xml.in.in # * Update GTK-based codes over src/gtk/gtk-code-generator.sh - version: '40.rc', + version: '40', meson_version: '>= 0.49.0', license: 'GPL3+' |