account for improvements

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1972 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.4
Stéphane Fillod, F8CFE 2005-04-03 19:47:19 +00:00
rodzic 3798940e3d
commit b58eefdbc6
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - description of IC-746 and variations * Hamlib CI-V backend - description of IC-746 and variations
* Copyright (c) 2000-2003 by Stephane Fillod * Copyright (c) 2000-2003 by Stephane Fillod
* *
* $Id: ic746.c,v 1.4 2005-01-19 17:17:54 pa4tu Exp $ * $Id: ic746.c,v 1.5 2005-04-03 19:47:19 fillods Exp $
* *
* This library is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * it under the terms of the GNU Library General Public License as
@ -104,7 +104,7 @@ const struct rig_caps ic746_caps = {
.rig_model = RIG_MODEL_IC746, .rig_model = RIG_MODEL_IC746,
.model_name = "IC-746", .model_name = "IC-746",
.mfg_name = "Icom", .mfg_name = "Icom",
.version = "0.2", .version = BACKEND_VER,
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_NEW, .status = RIG_STATUS_NEW,
.rig_type = RIG_TYPE_TRANSCEIVER, .rig_type = RIG_TYPE_TRANSCEIVER,
@ -258,7 +258,7 @@ const struct rig_caps ic746pro_caps = {
.rig_model = RIG_MODEL_IC746PRO, .rig_model = RIG_MODEL_IC746PRO,
.model_name = "IC-746PRO", .model_name = "IC-746PRO",
.mfg_name = "Icom", .mfg_name = "Icom",
.version = "0.2", .version = BACKEND_VER,
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_NEW, .status = RIG_STATUS_NEW,
.rig_type = RIG_TYPE_TRANSCEIVER, .rig_type = RIG_TYPE_TRANSCEIVER,