Version 0.11

This commit is contained in:
Daniel Beer 2010-09-09 12:29:49 +12:00
parent e080f32cb5
commit 96c5e92093
2 changed files with 2 additions and 2 deletions

2
main.c
View File

@ -249,7 +249,7 @@ static const struct driver driver_table[] = {
static void version(void) static void version(void)
{ {
printc( printc(
"MSPDebug version 0.10 - debugging tool for MSP430 MCUs\n" "MSPDebug version 0.11 - 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 " "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "

View File

@ -1,4 +1,4 @@
.TH mspdebug 1 "4 Aug 2010" "Version 0.10" .TH mspdebug 1 "9 Sep 2010" "Version 0.11"
.SH NAME .SH NAME
MSPDebug - debugging tool for MSP430 MCUs MSPDebug - debugging tool for MSP430 MCUs
.SH SYNOPSIS .SH SYNOPSIS