[nautilus/wip/oholy/appdata-update: 7/7] appdata: Update outdated release list
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/appdata-update: 7/7] appdata: Update outdated release list
- Date: Tue, 2 Jun 2020 10:44:13 +0000 (UTC)
commit c0f53077155d93f5d50cbc0af4c50addeca71bde
Author: Ondrej Holy <oholy redhat com>
Date: Fri May 29 08:58:35 2020 +0200
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.
data/org.gnome.Nautilus.appdata.xml.in.in | 6 +-----
meson.build | 1 +
2 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index e2f6edbd4..4f0646cb3 100644
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
@@ -27,11 +27,7 @@
<url type="translate">https://wiki.gnome.org/TranslationProject</url>
<launchable type="desktop-id">@appid@.desktop</launchable>
<releases>
- <release version="3.32.1" date="2019-05-05"/>
- <release version="3.32.0" date="2019-03-13"/>
- <release version="3.30.5" date="2018-12-12"/>
- <release version="3.30.4" date="2018-11-21"/>
- <release version="3.30.3" date="2018-10-31"/>
+ <release version="3.37.2" data="2020-05-29" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-2.0+</project_license>
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+'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]