aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-04 15:42:38 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-04 15:42:38 +0200
commitfc63c646020a185b1665153a95cf8a2b04255ad9 (patch)
treed061ef31dea245211ee3b08f653c5fd4e288e480 /meson.build
parent1e6e067fdf91d54bcf72071b00315969cf1ea9d7 (diff)
downloadsshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.tar
sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.tar.gz
sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.tar.bz2
sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.zip
Released 3.1.0sshfs-3.1.0
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 d4a96ea..401e9e2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.0.0',
+project('sshfs', 'c', version: '3.1.0',
meson_version: '>= 0.38',
default_options: [ 'buildtype=plain' ])