From 091f7f52c21acf25f38f50fc578c21f17b713a38 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 8 Nov 2020 10:14:42 -0500 Subject: [PATCH] Fix the program title line by removing SVN information. --- mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1c04014a7..627834186 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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;