diff --git a/kenwood/ts440.c b/kenwood/ts440.c index a92247501..fb509ca26 100644 --- a/kenwood/ts440.c +++ b/kenwood/ts440.c @@ -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, diff --git a/kenwood/ts711.c b/kenwood/ts711.c index f6f80548d..ae255ad07 100644 --- a/kenwood/ts711.c +++ b/kenwood/ts711.c @@ -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, diff --git a/kenwood/ts811.c b/kenwood/ts811.c index b63302a9a..2b3f0df6c 100644 --- a/kenwood/ts811.c +++ b/kenwood/ts811.c @@ -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, diff --git a/kenwood/ts940.c b/kenwood/ts940.c index 84a3fbc08..3fc6a229e 100644 --- a/kenwood/ts940.c +++ b/kenwood/ts940.c @@ -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,