Released 3.3.1

This commit is contained in:
Nikolaus Rath 2017-10-25 19:32:34 +01:00
parent fd3aa6594f
commit 7f56cfc602
3 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -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

View File

@ -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' ])