fix version composing

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1992 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.5
Stéphane Fillod, F8CFE 2005-04-04 21:31:57 +00:00
rodzic 2f021f1922
commit 77781ef8ed
4 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS440 description
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: ts440.c,v 1.12 2005-04-03 20:14:26 fillods Exp $
* $Id: ts440.c,v 1.13 2005-04-04 21:31:55 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
@ -63,7 +63,7 @@ const struct rig_caps ts440_caps = {
.rig_model = RIG_MODEL_TS440,
.model_name = "TS-440",
.mfg_name = "Kenwood",
.version = BACKEND_VER IC10_VER,
.version = BACKEND_VER "." IC10_VER,
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS-711 description
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: ts711.c,v 1.4 2005-04-03 20:14:26 fillods Exp $
* $Id: ts711.c,v 1.5 2005-04-04 21:31:56 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
@ -59,7 +59,7 @@ const struct rig_caps ts711_caps = {
.rig_model = RIG_MODEL_TS711,
.model_name = "TS-711",
.mfg_name = "Kenwood",
.version = BACKEND_VER IC10_VER,
.version = BACKEND_VER "." IC10_VER,
.copyright = "LGPL",
.status = RIG_STATUS_UNTESTED,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS-811 description
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: ts811.c,v 1.4 2005-04-03 20:14:26 fillods Exp $
* $Id: ts811.c,v 1.5 2005-04-04 21:31:57 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
@ -59,7 +59,7 @@ const struct rig_caps ts811_caps = {
.rig_model = RIG_MODEL_TS811,
.model_name = "TS-811",
.mfg_name = "Kenwood",
.version = BACKEND_VER IC10_VER,
.version = BACKEND_VER "." IC10_VER,
.copyright = "LGPL",
.status = RIG_STATUS_UNTESTED,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS940 description
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: ts940.c,v 1.5 2005-04-03 20:14:26 fillods Exp $
* $Id: ts940.c,v 1.6 2005-04-04 21:31:57 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
@ -62,7 +62,7 @@ const struct rig_caps ts940_caps = {
.rig_model = RIG_MODEL_TS940,
.model_name = "TS-940S",
.mfg_name = "Kenwood",
.version = BACKEND_VER IC10_VER,
.version = BACKEND_VER "." IC10_VER,
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.rig_type = RIG_TYPE_TRANSCEIVER,