diff options
author | Ondrej Holy <oholy@redhat.com> | 2020-03-06 15:42:04 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2020-03-06 15:42:04 +0100 |
commit | e11034204be70a8535c8eff0010a2881991f17eb (patch) | |
tree | d47e39d7225cbf737a3d99970c29618bd6c26ba7 | |
parent | 57e2bbec47e278928fa89ff75b4ff5941a9654c8 (diff) | |
download | nautilus-e11034204be70a8535c8eff0010a2881991f17eb.tar.gz |
Release version 3.36.03.36.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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+' ) |