summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-03-25 13:20:53 +0300
committerErnestas Kulik <ernestask@gnome.org>2018-03-25 13:24:04 +0300
commit513a3c8e54f8f5dddd44384b0097250cce98747f (patch)
treefd1e8367b3a9f703af9aa9d5e2f757d7985e191d
parent945c32dec747855047aa9b380d53588c5fcfb57a (diff)
downloadnautilus-513a3c8e54f8f5dddd44384b0097250cce98747f.tar.gz
release: Prepare for 3.26.3.13.26.3.1
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 94f1bf448..c78d1d1e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.26.3.1:
+* Revert accidental backports of behavioral and visual changes
+
Major changes in 3.26.3:
* Don’t strip extension from folders in compress dialog (Rahul Verma)
* Fix items not being focused when selected in list view (António Fernandes)
diff --git a/meson.build b/meson.build
index 18e645aa4..6256193cc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.26.3',
+ version: '3.26.3.1',
meson_version: '>=0.40.0',
license: 'GPL3+')