Version 0.5
This commit is contained in:
parent
788167eb3c
commit
070de76844
2
main.c
2
main.c
|
@ -835,7 +835,7 @@ int main(int argc, char **argv)
|
|||
int mode = 0;
|
||||
|
||||
puts(
|
||||
"MSPDebug version 0.4 - debugging tool for MSP430 MCUs\n"
|
||||
"MSPDebug version 0.5 - debugging tool for MSP430 MCUs\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"
|
||||
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH mspdebug 1 "18 Mar 2010" "Version 0.4"
|
||||
.TH mspdebug 1 "20 Mar 2010" "Version 0.5"
|
||||
.SH NAME
|
||||
MSPDebug - debugging tool for MSP430 MCUs
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Reference in New Issue