summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-15 11:28:27 +0800
committerHarald Welte <laforge@gnumonks.org>2010-08-15 11:28:27 +0800
commita222dbe438b3cd6e5160fe9838368e6f4f5e1fbc (patch)
tree6c35ac349b058e8acbdbcfa93079cf61fbafbfec
parentc9601a9576d7a98bbe7322e201fa5e7aec2c03fa (diff)
bump version number
-rw-r--r--easytool/easytool.c9
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;
personal git repositories of Harald Welte. Your mileage may vary