summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-03-06 15:42:04 +0100
committerOndrej Holy <oholy@redhat.com>2020-03-06 15:42:04 +0100
commite11034204be70a8535c8eff0010a2881991f17eb (patch)
treed47e39d7225cbf737a3d99970c29618bd6c26ba7
parent57e2bbec47e278928fa89ff75b4ff5941a9654c8 (diff)
downloadnautilus-e11034204be70a8535c8eff0010a2881991f17eb.tar.gz
Release version 3.36.03.36.0
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3cb1902fb..42764201a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.36.0:
+* Translation updates
+
Major changes in 3.35.92:
* Fix crashes often happening when searching (Ondrej Holy)
* Say "Trash is Empty" only in the root of trash folder (Abdul Rauf)
diff --git a/meson.build b/meson.build
index 0089d0e97..5cf61c873 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.35.92',
+ version: '3.36.0',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)