Release version 3.33.90

This commit is contained in:
Ernestas Kulik 2019-08-06 16:41:28 +02:00
parent 3665a802b4
commit a43726a7af
2 changed files with 5 additions and 1 deletions

4
NEWS
View file

@ -1,3 +1,7 @@
Major changes in 3.33.90:
* Add tooltip to view menu button
* Show warning in read-only directories when pasting files (George Mocanu)
Major changes in 3.32.0:
* Much smoother search, no more hang ups (Xiang Fan)

View file

@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
version: '3.32.0',
version: '3.33.90',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)