summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-04-24 15:56:41 +0200
committerOndrej Holy <oholy@redhat.com>2020-04-24 15:56:46 +0200
commitf27842e80bf3124fcbf5e7d3aecb6d5b97404d65 (patch)
tree9224e4331395f0ff4e8fe414a15e1a45b9331e85 /meson.build
parenta4d7148210970c5eb874df736b900f577684a13b (diff)
downloadnautilus-f27842e80bf3124fcbf5e7d3aecb6d5b97404d65.tar.gz
Release version 3.37.1.13.37.1.1
I made .1 release by mistake before some time. Let's make .1.1 release now to be still in sync with the GNOME release schedule.
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 88f500f1e..644c58e54 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.37.1',
+ version: '3.37.1.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)