summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-03-30 10:11:40 +0200
committerOndrej Holy <oholy@redhat.com>2020-03-30 10:11:43 +0200
commit6bdbe494cfcfae2ecaabb2d1a6ac86ecb743edd7 (patch)
treeac20e5e157a90690f011fe41a87e9f054e614014
parente451d2081258a1f7347df49cbc4cd487148945a9 (diff)
downloadnautilus-6bdbe494cfcfae2ecaabb2d1a6ac86ecb743edd7.tar.gz
Release version 3.36.1.13.36.1.1
This is because of some important changes in Lithuanian translation, which was delayed due to l10n.gnome.org maintenance.
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 014ae2307..648797db4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.36.1.1:
+* Translation updates
+
Major changes in 3.36.1:
* Fix check to not clear clipboard after each move/copy operation (Artem Serostanov)
* Ignore hidden directories in the templates folder (Ondrej Holy)
diff --git a/meson.build b/meson.build
index b97e1f128..d9ac51548 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.36.1',
+ version: '3.36.1.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)