From c05a3eb225e506c02ab8f01d266b3059ef6f3aba Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 6 Apr 2021 13:19:07 -0400 Subject: [PATCH] Update MAP65 version number. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 627834186..81b333825 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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.7 by K1JT"; +QString Program_Title_Version=" MAP65 2.9.0-devel by K1JT"; extern const int RxDataFrequency = 96000; extern const int TxDataFrequency = 11025;