summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-08-06 19:44:13 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-08-06 19:44:13 +0200
commit6b062dc691d8853284bddeaa6b74fe020350f4e9 (patch)
treefa1afd42a313d101f46bf7abc82c439a3d83c6cf
parent21a7fcd1774c40d34366b28a3f6ee4ad9b35599e (diff)
downloadnautilus-3.32.3.tar.gz
Release version 3.32.33.32.3
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 18d828b56..95c65590e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.32.3:
+* Drop unintended string changes
+
Major changes in 3.32.2:
* Add padding to thumbnails in canvas view (Chris Billington)
* Use “Files” instead of “Nautilus” in appdata
diff --git a/meson.build b/meson.build
index 7a7932fe1..eff98d51b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.32.2',
+ version: '3.32.3',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)