Skip to content

Commit

Permalink
Version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Beer committed May 22, 2010
1 parent ea7be28 commit 5ed4473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -378,7 +378,7 @@ int main(int argc, char **argv)
int ret = 0;

puts(
"MSPDebug version 0.7 - debugging tool for MSP430 MCUs\n"
"MSPDebug version 0.8 - 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");
Expand Down
2 changes: 1 addition & 1 deletion mspdebug.man
@@ -1,4 +1,4 @@
.TH mspdebug 1 "30 Apr 2010" "Version 0.7"
.TH mspdebug 1 "22 May 2010" "Version 0.8"
.SH NAME
MSPDebug - debugging tool for MSP430 MCUs
.SH SYNOPSIS
Expand Down

0 comments on commit 5ed4473

Please sign in to comment.