summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-08-06 16:41:28 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-08-06 16:41:28 +0200
commita43726a7af22539d359108142c60ab4ff2383750 (patch)
tree47cd25f0f53b8da4a9328dae7e1c09892a40ed15
parent3665a802b4ca3884ccbbfa24fd2eb4b2f2864292 (diff)
downloadnautilus-3.33.90.tar.gz
Release version 3.33.903.33.90
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a6c538e5..f42426af4 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/meson.build b/meson.build
index 9569e22e2..43fdf6ad1 100644
--- a/meson.build
+++ b/meson.build
@@ -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+'
)