Version 0.12

This commit is contained in:
Daniel Beer 2010-10-12 13:01:45 +13:00
parent b2d2da6cb6
commit 9121b5028d
2 changed files with 2 additions and 2 deletions

2
main.c
View File

@ -264,7 +264,7 @@ static const struct driver driver_table[] = {
static void version(void)
{
printc(
"MSPDebug version 0.11 - debugging tool for MSP430 MCUs\n"
"MSPDebug version 0.12 - 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 "

View File

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