aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-09-20 18:08:27 +0100
committerNikolaus Rath <Nikolaus@rath.org>2017-09-20 18:08:27 +0100
commit71aa3b97f6dbb24b7f4aa978eb34406be6e78dd0 (patch)
tree0fef0286e13ddf6cffeab551c9471372432652a9 /meson.build
parent14636931ac4e632136de5671b3c838a58be965fc (diff)
downloadsshfs-71aa3b97f6dbb24b7f4aa978eb34406be6e78dd0.tar
sshfs-71aa3b97f6dbb24b7f4aa978eb34406be6e78dd0.tar.gz
sshfs-71aa3b97f6dbb24b7f4aa978eb34406be6e78dd0.tar.bz2
sshfs-71aa3b97f6dbb24b7f4aa978eb34406be6e78dd0.zip
Released 3.3.0sshfs-3.3.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 2069b90..12e4d06 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.2.0',
+project('sshfs', 'c', version: '3.3.0',
meson_version: '>= 0.38',
default_options: [ 'buildtype=debugoptimized' ])