account for backend improvement

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1775 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Stéphane Fillod, F8CFE 2004-08-01 21:23:41 +00:00
parent 7f7b2c6dd6
commit 02c7bc3180
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
* Hamlib Alinco backend - DX77 description
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: dx77.c,v 1.11 2004-03-15 04:02:08 nj8j Exp $
* $Id: dx77.c,v 1.12 2004-08-01 21:19:30 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -79,7 +79,7 @@ const struct rig_caps dx77_caps = {
.rig_model = RIG_MODEL_DX77,
.model_name = "DX-77",
.mfg_name = "Alinco",
.version = "0.3",
.version = "0.4",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_TRANSCEIVER,

View File

@ -2,7 +2,7 @@
* Hamlib JRC backend - NRD-535 DSP description
* Copyright (c) 2001-2004 by Stephane Fillod
*
* $Id: nrd535.c,v 1.5 2004-06-26 20:01:00 fineware Exp $
* $Id: nrd535.c,v 1.6 2004-08-01 21:23:41 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -89,9 +89,9 @@ const struct rig_caps nrd535_caps = {
.rig_model = RIG_MODEL_NRD535,
.model_name = "NRD-535D",
.mfg_name = "JRC",
.version = "0.2",
.version = "0.3",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_RECEIVER,
.ptt_type = RIG_PTT_NONE,
.dcd_type = RIG_DCD_NONE,

View File

@ -2,7 +2,7 @@
* Hamlib JRC backend - NRD-545 DSP description
* Copyright (c) 2001-2004 by Stephane Fillod
*
* $Id: nrd545.c,v 1.9 2004-06-04 21:48:05 fillods Exp $
* $Id: nrd545.c,v 1.10 2004-08-01 21:23:41 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -81,9 +81,9 @@ const struct rig_caps nrd545_caps = {
.rig_model = RIG_MODEL_NRD545,
.model_name = "NRD-545 DSP",
.mfg_name = "JRC",
.version = "0.2",
.version = "0.3",
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_RECEIVER,
.ptt_type = RIG_PTT_NONE,
.dcd_type = RIG_DCD_NONE,