From 6b0dbab42f9fcdaa31f2d34b899672c50a6a04d8 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sat, 16 Apr 2022 17:36:11 -0500 Subject: [PATCH] Promote gnuradio from ALPHA to BETA -- assuming no new is good news --- extra/gnuradio/gr.c | 2 +- extra/gnuradio/graudio.c | 2 +- extra/gnuradio/mc4020.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/gnuradio/gr.c b/extra/gnuradio/gr.c index 9c937adca..947338a1a 100644 --- a/extra/gnuradio/gr.c +++ b/extra/gnuradio/gr.c @@ -57,7 +57,7 @@ const struct rig_caps gr_caps = .mfg_name = "GNU", .version = "0.1.1", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_PCRECEIVER, .targetable_vfo = RIG_TARGETABLE_ALL, .ptt_type = RIG_PTT_RIG, diff --git a/extra/gnuradio/graudio.c b/extra/gnuradio/graudio.c index 74e6f5304..e97fd59d5 100644 --- a/extra/gnuradio/graudio.c +++ b/extra/gnuradio/graudio.c @@ -60,7 +60,7 @@ const struct rig_caps graudio_caps = .mfg_name = "GNU", .version = "0.1.2", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_PCRECEIVER, .targetable_vfo = RIG_TARGETABLE_ALL, .ptt_type = RIG_PTT_RIG, diff --git a/extra/gnuradio/mc4020.c b/extra/gnuradio/mc4020.c index 68917103c..296ee8113 100644 --- a/extra/gnuradio/mc4020.c +++ b/extra/gnuradio/mc4020.c @@ -57,7 +57,7 @@ const struct rig_caps mc4020_caps = .mfg_name = "GNU", .version = "0.1.1", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_PCRECEIVER, .targetable_vfo = RIG_TARGETABLE_ALL, .ptt_type = RIG_PTT_RIG,