diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-08-15 11:28:27 +0800 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-08-15 11:28:27 +0800 |
commit | a222dbe438b3cd6e5160fe9838368e6f4f5e1fbc (patch) | |
tree | 6c35ac349b058e8acbdbcfa93079cf61fbafbfec /easytool | |
parent | c9601a9576d7a98bbe7322e201fa5e7aec2c03fa (diff) |
bump version number
Diffstat (limited to 'easytool')
-rw-r--r-- | easytool/easytool.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/easytool/easytool.c b/easytool/easytool.c index 1a9eef9..0e07902 100644 --- a/easytool/easytool.c +++ b/easytool/easytool.c @@ -41,12 +41,11 @@ /* Easycard specific includes */ #include "easycard.h" -#define VERSION "0.01" +#define VERSION "0.02" #define COPYRIGHT \ - "EasyTool "VERSION"\n" \ - "(C) 2010 by Harald Welte <laforge@gnumonks.org>\n" \ - "This is FREE SOFTWARE with ABSOLUTELY NO VARRANTY\n\n" \ - "Use of this software is only authorized for RESEARCH PURPOSE!\n\n" + "EasyTool "VERSION" (C) 2010 by Harald Welte <laforge@gnumonks.org>\n" \ + "This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY\n\n" \ + "Use of this software is authorized for RESEARCH PURPOSE ONLY!\n\n" struct { int fd; |