From: nathael Pajani Date: Wed, 9 Jul 2014 12:12:00 +0000 (+0200) Subject: Moving to version 1.06 for a spelling mistake :( X-Git-Tag: v1.06 X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=37d5b9837987ce8dd7f98c44fdd819072aca82a2;p=soft%2Ftools%2Flpctools Moving to version 1.06 for a spelling mistake :( --- diff --git a/lpcisp.c b/lpcisp.c index db347fd..8c47422 100644 --- a/lpcisp.c +++ b/lpcisp.c @@ -44,7 +44,7 @@ #include "isp_commands.h" #define PROG_NAME "LPC ISP" -#define VERSION "1.05" +#define VERSION "1.06" /* short explanation on exit values: * diff --git a/lpcprog.1 b/lpcprog.1 index 1ca70ed..5f8f5d5 100644 --- a/lpcprog.1 +++ b/lpcprog.1 @@ -1,4 +1,4 @@ -.TH LPCPROG "1" "August 2013" "LPC Tools 1.05" "User development Tools" +.TH LPCPROG "1" "July 2014" "LPC Tools 1.06" "User development Tools" .SH NAME lpcprog \- NXP's LPC micro-controllers flasher .SH SYNOPSIS diff --git a/lpcprog.c b/lpcprog.c index 07cc2df..14343a0 100644 --- a/lpcprog.c +++ b/lpcprog.c @@ -47,7 +47,7 @@ #include "parts.h" #define PROG_NAME "LPC ISP Prog tool" -#define VERSION "1.05" +#define VERSION "1.06" void help(char *prog_name)