From 21688d442dc6c344357de80e5f5e03c534659f3f Mon Sep 17 00:00:00 2001 From: "Thomas Beierlein, DL1JBE" Date: Sat, 25 Oct 2008 08:51:43 +0000 Subject: [PATCH] Changed backend status to RIG_STATUS_BETA to reflect stable work of the rig for most commands. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2416 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/ic910.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icom/ic910.c b/icom/ic910.c index 8af4e1916..2f5d07551 100644 --- a/icom/ic910.c +++ b/icom/ic910.c @@ -3,7 +3,7 @@ * Contributed by Francois Retief * Copyright (c) 2000-2004 by Stephane Fillod * - * $Id: ic910.c,v 1.13 2007-12-13 18:48:56 y32kn Exp $ + * $Id: ic910.c,v 1.14 2008-10-25 08:51:43 y32kn 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 @@ -235,7 +235,7 @@ const struct rig_caps ic910_caps = { .mfg_name = "Icom", .version = BACKEND_VER, .copyright = "LGPL", -.status = RIG_STATUS_ALPHA, +.status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG,