summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2019-03-13 13:14:26 +0100
committerCarlos Soriano <csoriano@redhat.com>2019-03-13 13:14:26 +0100
commita241f8f6f37220ccec78a40b015967188490b1df (patch)
tree9f5231de0b3ed500ae605be151becff18e898e41
parent091db8c4dc3de3d3f28cc9bb25c4190ccb14c0c3 (diff)
downloadnautilus-a241f8f6f37220ccec78a40b015967188490b1df.tar.gz
release: Prepare for 3.32.03.32.0
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8de686117..6a6c538e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.32.0:
+* Much smoother search, no more hang ups (Xiang Fan)
+
Major changes in 3.31.90:
* New path bar design that improves discoverability of buttons (Carlos Soriano)
* Improve high contrast layout for accesibility (Jordan Petridis)
diff --git a/meson.build b/meson.build
index 0a267d670..271f97d1e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.31.90',
+ version: '3.32.0',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)