summaryrefslogtreecommitdiff
path: root/utils/tcctool/tcctool.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tcctool/tcctool.c')
-rw-r--r--utils/tcctool/tcctool.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/tcctool/tcctool.c b/utils/tcctool/tcctool.c
index a1d1b70dbc..9fd9863e8a 100644
--- a/utils/tcctool/tcctool.c
+++ b/utils/tcctool/tcctool.c
@@ -34,8 +34,6 @@
34#include <unistd.h> 34#include <unistd.h>
35#include <fcntl.h> 35#include <fcntl.h>
36 36
37#define VERSION "0.1"
38
39#define MAX_FIRMWARESIZE (10*1024*1024) /* Arbitrary limit (for safety) */ 37#define MAX_FIRMWARESIZE (10*1024*1024) /* Arbitrary limit (for safety) */
40 38
41/* For win32 compatibility: */ 39/* For win32 compatibility: */
@@ -265,7 +263,7 @@ int main(int argc, char* argv[])
265 int fd; 263 int fd;
266 int device; 264 int device;
267 265
268 printf("tcctool v" VERSION " - (C) 2007 Dave Chapman\n"); 266 printf("tcctool " VERSION " - (C) 2007-2010 Dave Chapman\n");
269 printf("This is free software; see the source for copying conditions. There is NO\n"); 267 printf("This is free software; see the source for copying conditions. There is NO\n");
270 printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"); 268 printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
271 269