[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-14-gec24abb6
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-16 20:39:03
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via ec24abb6c624bc4560452cc282de35b6310b455c (commit) from ba72dc74b283248dfd3933f84e82a63255d4513f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ec24abb6c624bc4560452cc282de35b6310b455c Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Jul 16 15:38:44 2020 -0500 Some more STABLE rigs diff --git a/rigs/yaesu/ft1000d.c b/rigs/yaesu/ft1000d.c index 4621c0c1..6f94be35 100644 --- a/rigs/yaesu/ft1000d.c +++ b/rigs/yaesu/ft1000d.c @@ -160,7 +160,7 @@ const struct rig_caps ft1000d_caps = .mfg_name = "Yaesu", .version = "20200323.0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/yaesu/ft5000.c b/rigs/yaesu/ft5000.c index afc6b38a..8c9dc135 100644 --- a/rigs/yaesu/ft5000.c +++ b/rigs/yaesu/ft5000.c @@ -53,7 +53,7 @@ const struct rig_caps ftdx5000_caps = .mfg_name = "Yaesu", .version = NEWCAT_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE, ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ft1000d.c | 2 +- rigs/yaesu/ft5000.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |