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,