]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - mkfs/main.c
New upstream version 1.2.8
[sven/exfat-utils.git] / mkfs / main.c
index 02ac9c7cca6af193428028c473b58f7baac9cdec..473b476fd02b0e3557375db2725f156d8910703f 100644 (file)
@@ -3,7 +3,7 @@
        Creates exFAT file system.
 
        Free exFAT implementation.
-       Copyright (C) 2011-2017  Andrew Nayenko
+       Copyright (C) 2011-2018  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
@@ -228,7 +228,7 @@ int main(int argc, char* argv[])
                        }
                        break;
                case 'V':
-                       puts("Copyright (C) 2011-2017  Andrew Nayenko");
+                       puts("Copyright (C) 2011-2018  Andrew Nayenko");
                        return 0;
                default:
                        usage(argv[0]);