aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-11-03 09:34:29 +0000
committerNikolaus Rath <Nikolaus@rath.org>2019-11-03 09:34:29 +0000
commita1e5f12c530ccf59434a7d59a34a049f160b3559 (patch)
treed492a74d5f8866a3a295250b0d79c9942d190732 /meson.build
parent011986306b8ed6d940bbe5b8faebd55ff5c63f99 (diff)
downloadsshfs-a1e5f12c530ccf59434a7d59a34a049f160b3559.tar
sshfs-a1e5f12c530ccf59434a7d59a34a049f160b3559.tar.gz
sshfs-a1e5f12c530ccf59434a7d59a34a049f160b3559.tar.bz2
sshfs-a1e5f12c530ccf59434a7d59a34a049f160b3559.zip
Released 3.6.0sshfs-3.6.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 bd790a6..362abd0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.5.2',
+project('sshfs', 'c', version: '3.6.0',
meson_version: '>= 0.40',
default_options: [ 'buildtype=debugoptimized' ])