diff options
-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.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+' ) |