Bump version number to 2.5

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@3595 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-11-04 17:50:27 +00:00
parent 214737ae54
commit 25490bc476

View File

@ -26,7 +26,7 @@ BandMap* g_pBandMap = NULL;
QSharedMemory mem_m65("mem_m65");
QString rev="$Rev$";
QString Program_Title_Version=" MAP65 v2.4.1, r" + rev.mid(6,4) +
QString Program_Title_Version=" MAP65 v2.5, r" + rev.mid(6,4) +
" by K1JT";
extern const int RxDataFrequency = 96000;