Another promotion to STABLE

pull/346/head
Michael Black W9MDB 2020-07-17 07:50:24 -05:00
rodzic 40b5a0f37f
commit 664cfaa0c6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -105,7 +105,7 @@ const struct rig_caps funcube_caps =
.mfg_name = "AMSAT-UK",
.version = BACKEND_VER ".0",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TUNER,
.ptt_type = RIG_PTT_RIG,
.dcd_type = RIG_DCD_NONE,
@ -168,7 +168,7 @@ const struct rig_caps funcubeplus_caps =
.mfg_name = "AMSAT-UK",
.version = BACKEND_VER ".0",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TUNER,
.ptt_type = RIG_PTT_RIG,
.dcd_type = RIG_DCD_NONE,