summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-02-14 17:21:45 +0100
committerOndrej Holy <oholy@redhat.com>2020-02-14 17:25:49 +0100
commit188fb40858ab05cf7469d931083c094313c5ec8a (patch)
treecec57369e6de5b20b2a2f5727ffa6e7337cbba5d
parent5a44cb001325fcaadaf5cfab07d3af2931e7c48b (diff)
downloadnautilus-188fb40858ab05cf7469d931083c094313c5ec8a.tar.gz
Release version 3.35.91.13.35.91.1
Let's make .1 release as I forgot to bump the version in meson.build.
-rw-r--r--NEWS2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index beec2dc81..36857fff6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Major changes in 3.35.91:
+Major changes in 3.35.91.1:
* Add support for hidden template files (Ondrej Holy)
* Fix conflict dialog for google-drive (Ondrej Holy)
diff --git a/meson.build b/meson.build
index 25f1810d6..ba8193a3b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.35.90',
+ version: '3.35.91.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)