summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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+'
)