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,