summaryrefslogtreecommitdiff
path: root/meson.build
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 /meson.build
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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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+'
)