Release version 3.38.0

This commit is contained in:
Ondrej Holy 2020-09-11 15:40:10 +02:00
parent 336950fefa
commit 5f1b9200cf
3 changed files with 6 additions and 2 deletions

4
NEWS
View file

@ -1,3 +1,7 @@
Major changes in 3.38.0:
* Fix missing Extract/Compress menu items (António Fernandes)
* Translation updates
Major changes in 3.37.92:
* Port to Tracker 3 (Sam Thursfield)
* Translation updates

View file

@ -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.92" date="2020-09-04" />
<release version="3.38.0" date="2020-09-11" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-2.0+</project_license>

View file

@ -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.92',
version: '3.38.0',
meson_version: '>= 0.49.0',
license: 'GPL3+'