Fix the program title line by removing SVN information.

This commit is contained in:
Joe Taylor 2020-11-08 10:14:42 -05:00
parent 3c5b346fe5
commit 091f7f52c2
1 changed files with 1 additions and 2 deletions

View File

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