diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-10-25 19:32:34 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-10-25 19:32:34 +0100 |
commit | 7f56cfc60233863eff1b580d56aacc87d4e2e2ba (patch) | |
tree | b328d5615c2fe777775c50ec80d734e424e31aec | |
parent | fd3aa6594f1f99edbc3dffa5f8a933ca29f8dcd9 (diff) | |
download | sshfs-7f56cfc60233863eff1b580d56aacc87d4e2e2ba.tar sshfs-7f56cfc60233863eff1b580d56aacc87d4e2e2ba.tar.gz sshfs-7f56cfc60233863eff1b580d56aacc87d4e2e2ba.tar.bz2 sshfs-7f56cfc60233863eff1b580d56aacc87d4e2e2ba.zip |
Released 3.3.1sshfs-3.3.1
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog.rst | 4 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -32,6 +32,8 @@ Miklos Szeredi <mszeredi@suse.cz> Nikolaus Rath <Nikolaus@rath.org> Percy Jahn <email@percyjahn.de> Qais Patankar <qaisjp@gmail.com> +Reid Wagner <wagnerreid@gmail.com> Rian Hunter <rian@alum.mit.edu> +Timo Savola <timo.savola@iki.fi> tpoindessous <thomas@poindessous.com> Zoltan Kuscsik <zoltan.kuscsik@linaro.org> diff --git a/ChangeLog.rst b/ChangeLog.rst index 2eb4fbb..94cb012 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -Unreleased Changes ------------------- +Release 3.3.1 (2017-10-25) +-------------------------- * Manpage is now installed in correct directory. * SSHFS now supports (or rather: ignores) some options that it may diff --git a/meson.build b/meson.build index 20d588c..6373fe4 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('sshfs', 'c', version: '3.3.0', +project('sshfs', 'c', version: '3.3.1', meson_version: '>= 0.38', default_options: [ 'buildtype=debugoptimized' ]) |