From 09ef1e410970b74df384047fcf4c0e18a6ec3643 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Sun, 13 Dec 2015 11:29:45 -0600 Subject: exfat: Update to 1.2.2 Change-Id: I160389afa074270c398aeb771845500f2445838a --- exfat/label/main.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'exfat/label/main.c') diff --git a/exfat/label/main.c b/exfat/label/main.c index 2e5b5caf6..b219d4e65 100644 --- a/exfat/label/main.c +++ b/exfat/label/main.c @@ -3,7 +3,7 @@ Prints or changes exFAT volume label. Free exFAT implementation. - Copyright (C) 2011-2013 Andrew Nayenko + Copyright (C) 2011-2015 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 @@ -20,9 +20,9 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include #include #include -#include int main(int argc, char* argv[]) { @@ -33,9 +33,8 @@ int main(int argc, char* argv[]) for (pp = argv + 1; *pp; pp++) if (strcmp(*pp, "-V") == 0) { - printf("exfatlabel %u.%u.%u\n", EXFAT_VERSION_MAJOR, - EXFAT_VERSION_MINOR, EXFAT_VERSION_PATCH); - puts("Copyright (C) 2011-2013 Andrew Nayenko"); + printf("exfatlabel %s\n", VERSION); + puts("Copyright (C) 2011-2015 Andrew Nayenko"); return 0; } -- cgit v1.2.3