summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-05-29 08:58:35 +0200
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-06-13 16:55:20 +0000
commite45d7b3d5e32a488740951ebbecb83eca6e34f21 (patch)
tree486df0f1e015360134432efbba31987d8b76e2c9 /meson.build
parent82dcbfe316c2d5f5bce467128935f2d3e7c265e1 (diff)
downloadnautilus-e45d7b3d5e32a488740951ebbecb83eca6e34f21.tar.gz
appdata: Update outdated release list
The list of releases is outdated, which is probably why GNOME Software and "flatpak info" shows version 3.32.1 for our nightly bundles, although the About dialog shows something completely different. Let's replace the list of outdated releases with just the current one. Also add comment in meson.build to not forget about it next time.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d227fadf7..5d4d7e7b0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
+ # Do not forget to update release version in appdata file when releasing
version: '3.37.2',
meson_version: '>= 0.47.0',
license: 'GPL3+'