changed to RIG_STATUS_BETA

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2439 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.8
Stéphane Fillod, F8CFE 2008-10-31 22:14:10 +00:00
rodzic 44b3b8cfbc
commit c9bd7adccd
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib RPC backend - main file
* Copyright (c) 2001-2004 by Stephane Fillod
* Copyright (c) 2001-2008 by Stephane Fillod
*
* $Id: rpcrig_backend.c,v 1.19 2004-06-06 21:58:57 fillods Exp $
* $Id: rpcrig_backend.c,v 1.20 2008-10-31 22:14:10 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
@ -1009,7 +1009,7 @@ struct rig_caps rpcrig_caps = {
.mfg_name = "Hamlib",
.version = "0.3",
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_OTHER,
.targetable_vfo = 0,
.ptt_type = RIG_PTT_NONE,

Wyświetl plik

@ -1,9 +1,9 @@
/*
* Hamlib RPC backend - main file
* Copyright (c) 2001-2004 by Stephane Fillod
* Copyright (c) 2001-2008 by Stephane Fillod
* Contributed by Francois Retief <fgretief@sun.ac.za>
*
* $Id: rpcrot_backend.c,v 1.9 2008-10-26 13:51:29 y32kn Exp $
* $Id: rpcrot_backend.c,v 1.10 2008-10-31 22:14:10 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
@ -377,7 +377,7 @@ struct rot_caps rpcrot_caps = {
.mfg_name = "Hamlib",
.version = "0.1",
.copyright = "LGPL",
.status = RIG_STATUS_UNTESTED,
.status = RIG_STATUS_BETA,
.rot_type = ROT_TYPE_OTHER,
.port_type = RIG_PORT_NONE,
.priv = NULL,