Bump progrem version to 2.7.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@7517 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2017-01-16 20:28:14 +00:00
parent c79fe70549
commit 79d3aa2439

View File

@ -33,7 +33,7 @@ TxTune* g_pTxTune = NULL;
QSharedMemory mem_m65("mem_m65");
QString rev="$Rev$"; //Must update by hand ????
QString Program_Title_Version=" MAP65 v2.6, r" + rev.mid(6,4) +
QString Program_Title_Version=" MAP65 v2.7, r" + rev.mid(6,4) +
" by K1JT";
extern const int RxDataFrequency = 96000;