X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=blobdiff_plain;f=fuse%2Fmain.c;h=643df3f7e7557bf51282a9fc566a6c3b281de901;hp=9155912ea1f1a21227fb86eea15953ae76296ff0;hb=31c7740425f6fc11cc1f4c4316c659c566d94036;hpb=aa6bcd9c79094ec382ae0aa3338aea1b69cb9234 diff --git a/fuse/main.c b/fuse/main.c index 9155912..643df3f 100644 --- a/fuse/main.c +++ b/fuse/main.c @@ -2,7 +2,7 @@ main.c (01.09.09) FUSE-based exFAT implementation. Requires FUSE 2.6 or later. - Copyright (C) 2009, 2010 Andrew Nayenko + Copyright (C) 2010-2012 Andrew Nayenko This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,6 +18,7 @@ along with this program. If not, see . */ +#define FUSE_USE_VERSION 26 #include #include #include @@ -401,7 +402,7 @@ int main(int argc, char* argv[]) else if (strcmp(*pp, "-v") == 0) { free(mount_options); - puts("Copyright (C) 2009 Andrew Nayenko"); + puts("Copyright (C) 2010-2012 Andrew Nayenko"); return 0; } else if (spec == NULL)