summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 1 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 0d9489d21..04da333c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,3 @@
-Major changes in 3.30.4:
-* Fix crash when opening windows quickly (Ernestas Kulik)
-* Show trash action bar when trash status changes (Ernestas Kulik)
-* Bring back netscape url DnD support (Bastien Nocera)
-* Implement rename file support in dbus for integration with desktop icons extension (Carlos Soriano)
-
Major changes in 3.30.3:
* Fix crashes in search (Ernestas Kulik, Antonio Fernandes)
* Fix crash in path bar usage (Antonio Fernandes)
diff --git a/meson.build b/meson.build
index cfc93f5f8..873c63246 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.30.4',
+ version: '3.30.3',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)