Changing PROG_NAME and VERSION defines.
authorNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 1 Mar 2013 13:49:14 +0000 (14:49 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 1 Mar 2013 13:49:14 +0000 (14:49 +0100)
lpcisp.c
lpcprog.c

index cdedc6c..c7f7d48 100644 (file)
--- a/lpcisp.c
+++ b/lpcisp.c
@@ -33,7 +33,7 @@
 #include "isp_utils.h"
 #include "isp_commands.h"
 
-#define PROG_NAME "LPC11xx ISP"
+#define PROG_NAME "LPC ISP"
 #define VERSION   "1.0"
 
 /* short explanation on exit values:
index 6f7b384..175e869 100644 (file)
--- a/lpcprog.c
+++ b/lpcprog.c
@@ -36,8 +36,8 @@
 #include "prog_commands.h"
 #include "parts.h"
 
-#define PROG_NAME "LPC11xx ISP Prog tool"
-#define VERSION   "0.01"
+#define PROG_NAME "LPC ISP Prog tool"
+#define VERSION   "1.00"
 
 
 void help(char *prog_name)