From ad0dcf6a2f673e1129c0e5a38e36b6a6f78b3578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 8 Nov 2004 22:46:42 +0000 Subject: [PATCH] update status git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1866 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/k2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kenwood/k2.c b/kenwood/k2.c index f01fe52aa..f79306e44 100644 --- a/kenwood/k2.c +++ b/kenwood/k2.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - Elecraft K2 description * Copyright (c) 2002-2004 by Stephane Fillod * - * $Id: k2.c,v 1.2 2004-09-26 08:35:04 fillods Exp $ + * $Id: k2.c,v 1.3 2004-11-08 22:46:42 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 @@ -57,7 +57,7 @@ const struct rig_caps k2_caps = { .mfg_name = "Elecraft", .version = "0.2.1", .copyright = "LGPL", -.status = RIG_STATUS_UNTESTED, +.status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG,