summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7c8dad3a7..3ff232b02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.30.0:
+* Nothing new, enjoy 🍹
+
Major changes in 3.29.92:
* Revert showing search filter popover on ctrl-f (António Fernandes)
* Add more tests (Alexandru Fazakas) (woo!)
@@ -2841,4 +2844,3 @@ Minor new features:
the keyboard.
* Ability to easily create launchers on the desktop.
-
diff --git a/meson.build b/meson.build
index 3dee15622..f802fa579 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.29.92',
+ version: '3.30.0',
meson_version: '>= 0.46.0',
license: 'GPL3+'
)