Bump version number to 0.2.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2702 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-10-29 18:00:49 +00:00
parent aadb7e4bbf
commit 150dd19ec0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ float c0[2*1800*1500];
WideGraph* g_pWideGraph = NULL;
QString rev="$Rev$";
QString Program_Title_Version=" WSJT-X v0.1, r" + rev.mid(6,4) +
QString Program_Title_Version=" WSJT-X v0.2, r" + rev.mid(6,4) +
" by K1JT";
//-------------------------------------------------- MainWindow constructor