summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-08-21 08:18:38 +0200
committerOndrej Holy <oholy@redhat.com>2020-08-21 08:18:38 +0200
commitf3977e8aa09541f52bd5506e108fcde38a18b286 (patch)
treed44f8496712b5ead9c94ec3d8cd5358606a64ac5
parentb46854c98179e1791060f48bb3cb403c2bb0c68e (diff)
downloadnautilus-f3977e8aa09541f52bd5506e108fcde38a18b286.tar.gz
Release version 3.37.913.37.91
-rw-r--r--NEWS4
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
-rw-r--r--meson.build2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b5537a156..119e1ae49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.37.91:
+* Fix batch renaming using metadata (Max)
+* Translation updates
+
Major changes in 3.37.90:
* Port Properties dialog to GtkBuilder including various enhancements (Apoorv Sachan, António Fernandes)
* Prevent crashes when file operation is cancelled (Ondrej Holy)
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 995a0ee02..cf158a6b1 100644
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
@@ -27,7 +27,7 @@
<url type="translate">https://wiki.gnome.org/TranslationProject</url>
<launchable type="desktop-id">@appid@.desktop</launchable>
<releases>
- <release version="3.37.90" date="2020-08-07" />
+ <release version="3.37.91" date="2020-08-21" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-2.0+</project_license>
diff --git a/meson.build b/meson.build
index 1484fe058..fca123061 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: '3.37.90',
+ version: '3.37.91',
meson_version: '>= 0.47.0',
license: 'GPL3+'