From: Nathael Pajani Date: Fri, 1 Mar 2013 13:49:14 +0000 (+0100) Subject: Changing PROG_NAME and VERSION defines. X-Git-Tag: v1.0~1 X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=2ca1f47de6f87f1ab3d3ce98b5cec1bdee6864cd;p=soft%2Ftools%2Flpctools Changing PROG_NAME and VERSION defines. --- diff --git a/lpcisp.c b/lpcisp.c index cdedc6c..c7f7d48 100644 --- 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: diff --git a/lpcprog.c b/lpcprog.c index 6f7b384..175e869 100644 --- 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)