From 66458931ddd09fc15244c5ddf3c1ec73e2fd08b9 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Sun, 11 Mar 2012 17:31:02 +0100 Subject: Bump version to OSXFUSE SSHFS 2.4.1 The only difference between version 2.4.0 and 2.4.1 is the updated man page to reflect Darwin/OS X specific changes to upstream SSHFS. --- sshfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshfs.c') diff --git a/sshfs.c b/sshfs.c index 6740b82..bf65aea 100644 --- a/sshfs.c +++ b/sshfs.c @@ -51,7 +51,7 @@ #include "cache.h" #ifdef __APPLE__ -# define OSXFUSE_SSHFS_VERSION "2.4.0" +# define OSXFUSE_SSHFS_VERSION "2.4.1" #endif #ifndef MAP_LOCKED -- cgit v1.2.3