summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-03-06 00:17:24 +0200
committerErnestas Kulik <ernestask@gnome.org>2018-03-06 00:17:24 +0200
commita2f01b382551bb59f772d7b4d4415f34157f4546 (patch)
treefa19d187b085174945a9ddb9c61a623683043538
parente919f126eca4173a24f35da9e3f1fdfed861b626 (diff)
downloadnautilus-3.27.92.1.tar.gz
release: prepare for 3.27.92.13.27.92.1
Hope this is the last one.
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 186d7c520..c173bc4be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.27.92.1:
+* Fix build failures (António Fernandes, Ernestas Kulik)
+* Break the build (Ernestas Kulik)
+
Major changes in 3.27.92:
* Don’t open files when double-clicking star icon (Alexandru Fazakas)
* Fix crashes caused by extremely long error messages (Ernestas Kulik)
diff --git a/meson.build b/meson.build
index 081d8b6f2..2c396ba5c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('nautilus', 'c',
- version: '3.27.92',
+ version: '3.27.92.1',
meson_version: '>= 0.41.0',
license: 'GPL3+'
)