From 3cbbf34ec31333f744a23259280ec29ded1cbce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 26 Feb 2006 19:22:31 +0000 Subject: [PATCH] change status git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2073 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/ic761.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icom/ic761.c b/icom/ic761.c index 5419b890f..3b18e2b3a 100644 --- a/icom/ic761.c +++ b/icom/ic761.c @@ -1,8 +1,8 @@ /* * Hamlib CI-V backend - description of IC-761 and variations - * Copyright (c) 2000-2004 by Stephane Fillod + * Copyright (c) 2000-2006 by Stephane Fillod * - * $Id: ic761.c,v 1.2 2005-04-03 19:53:51 fillods Exp $ + * $Id: ic761.c,v 1.3 2006-02-26 19:22:31 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 @@ -61,7 +61,7 @@ const struct rig_caps ic761_caps = { .mfg_name = "Icom", .version = BACKEND_VER, .copyright = "LGPL", -.status = RIG_STATUS_UNTESTED, +.status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE,