diff options
Diffstat (limited to 'utils/tcctool/tcctool.c')
| -rw-r--r-- | utils/tcctool/tcctool.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/tcctool/tcctool.c b/utils/tcctool/tcctool.c index a1d1b70..9fd9863 100644 --- a/utils/tcctool/tcctool.c +++ b/utils/tcctool/tcctool.c @@ -34,8 +34,6 @@ #include <unistd.h> #include <fcntl.h> -#define VERSION "0.1" - #define MAX_FIRMWARESIZE (10*1024*1024) /* Arbitrary limit (for safety) */ /* For win32 compatibility: */ @@ -265,7 +263,7 @@ int main(int argc, char* argv[]) int fd; int device; - printf("tcctool v" VERSION " - (C) 2007 Dave Chapman\n"); + printf("tcctool " VERSION " - (C) 2007-2010 Dave Chapman\n"); printf("This is free software; see the source for copying conditions. There is NO\n"); printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"); |