summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-09-03 19:31:11 +0200
committerCarlos Soriano <csoriano@redhat.com>2018-09-03 19:31:11 +0200
commitfb4fe5c7050c8b6191fe385410f0750aaf4b32de (patch)
tree93eaaab2784ce156fd259b3ae8b1583f955b7054
parent6ffc0ad2deed6487191498d5626bc8a201d28002 (diff)
downloadnautilus-fb4fe5c7050c8b6191fe385410f0750aaf4b32de.tar.gz
release: Prepare for 3.30.03.30.0
-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+'
)