Skip to content

Commit b5d1484

Browse files
committed
Released 3.5.0
1 parent d0c5fa3 commit b5d1484

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Miklos Szeredi <mszeredi@suse.cz>
3636
Nikolaus Rath <Nikolaus@rath.org>
3737
Percy Jahn <email@percyjahn.de>
3838
Qais Patankar <qaisjp@gmail.com>
39+
Quentin Rameau <quinq@fifth.space>
3940
Reid Wagner <wagnerreid@gmail.com>
4041
Rian Hunter <rian@alum.mit.edu>
4142
Rian Hunter <rianhunter@users.noreply.github.com>

ChangeLog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased Changes
2-
------------------
1+
Release 3.5.0 (2018-08-28)
2+
--------------------------
33

44
* Fixed error code returned by rename(), allowing proper fallback.
55
* Port to Cygwin.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('sshfs', 'c', version: '3.4.0',
1+
project('sshfs', 'c', version: '3.5.0',
22
meson_version: '>= 0.38',
33
default_options: [ 'buildtype=debugoptimized' ])
44

0 commit comments

Comments
 (0)