From 02c7bc31804f0be61d3a71a0355de6dcd2d35da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 1 Aug 2004 21:23:41 +0000 Subject: [PATCH] account for backend improvement git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1775 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- alinco/dx77.c | 4 ++-- jrc/nrd535.c | 6 +++--- jrc/nrd545.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/alinco/dx77.c b/alinco/dx77.c index fb995c98e..55aa30e13 100644 --- a/alinco/dx77.c +++ b/alinco/dx77.c @@ -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, diff --git a/jrc/nrd535.c b/jrc/nrd535.c index a7106d749..03156d8a7 100644 --- a/jrc/nrd535.c +++ b/jrc/nrd535.c @@ -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, diff --git a/jrc/nrd545.c b/jrc/nrd545.c index 05930d330..6cbf35bdc 100644 --- a/jrc/nrd545.c +++ b/jrc/nrd545.c @@ -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,