Version 0.7
This commit is contained in:
parent
c981893254
commit
6379839997
2
main.c
2
main.c
|
@ -302,7 +302,7 @@ int main(int argc, char **argv)
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
puts(
|
puts(
|
||||||
"MSPDebug version 0.6 - debugging tool for MSP430 MCUs\n"
|
"MSPDebug version 0.7 - debugging tool for MSP430 MCUs\n"
|
||||||
"Copyright (C) 2009, 2010 Daniel Beer <daniel@tortek.co.nz>\n"
|
"Copyright (C) 2009, 2010 Daniel Beer <daniel@tortek.co.nz>\n"
|
||||||
"This is free software; see the source for copying conditions. There is NO\n"
|
"This is free software; see the source for copying conditions. There is NO\n"
|
||||||
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH mspdebug 1 "20 Mar 2010" "Version 0.6"
|
.TH mspdebug 1 "30 Apr 2010" "Version 0.7"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
MSPDebug - debugging tool for MSP430 MCUs
|
MSPDebug - debugging tool for MSP430 MCUs
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
Loading…
Reference in New Issue