summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-03-13 07:10:14 +0200
committerErnestas Kulik <ernestask@gnome.org>2018-03-13 07:10:14 +0200
commit5d6b0d52901bc46aad32a98814ca48be91ce7f98 (patch)
treea259d6d8f0932012d0684aac91fd31b7ce79bfbb
parent516a3852efbf87cb23efa050b953e5adf4ea1453 (diff)
downloadnautilus-3.28.0.tar.gz
release: prepare for 3.28.03.28.0
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c173bc4be..1d90a15ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.28.0:
+* Fix build failure (Ernestas Kulik)
+* Translation updates
+
Major changes in 3.27.92.1:
* Fix build failures (António Fernandes, Ernestas Kulik)
* Break the build (Ernestas Kulik)
diff --git a/meson.build b/meson.build
index 2c396ba5c..340caa042 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('nautilus', 'c',
- version: '3.27.92.1',
+ version: '3.28.0',
meson_version: '>= 0.41.0',
license: 'GPL3+'
)