status/version update

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2939 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.11
Stéphane Fillod, F8CFE 2010-05-31 21:41:13 +00:00
rodzic 05dca7b983
commit 62e7f69db7
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1330,7 +1330,7 @@ const struct rig_caps netrigctl_caps = {
.rig_model = RIG_MODEL_NETRIGCTL,
.model_name = "NET rigctl",
.mfg_name = "Hamlib",
.version = "0.2",
.version = "0.3",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_OTHER,

Wyświetl plik

@ -26,7 +26,7 @@
#include <string.h>
#include "token.h"
#define BACKEND_VER "0.7"
#define BACKEND_VER "0.8"
#define EOM_KEN ';'
#define EOM_TH '\r'

Wyświetl plik

@ -209,7 +209,7 @@ const struct rig_caps ft1000mp_caps = {
.mfg_name = "Yaesu",
.version = "0.1",
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_TRANSCEIVER,
.ptt_type = RIG_PTT_RIG,
.dcd_type = RIG_DCD_RIG,