From 9957a8b4f0e95b9ff36eda59635435e00672f655 Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Fri, 13 Sep 2002 19:00:36 +0000 Subject: [PATCH] bump version numbers git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1175 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/ts2000.c | 4 ++-- kenwood/ts440.c | 4 ++-- kenwood/ts450s.c | 4 ++-- kenwood/ts50s.c | 4 ++-- kenwood/ts570.c | 4 ++-- kenwood/ts790.c | 4 ++-- kenwood/ts850.c | 4 ++-- kenwood/ts870s.c | 4 ++-- kenwood/ts950.c | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/kenwood/ts2000.c b/kenwood/ts2000.c index 5aeb0c4e9..4b7eae12c 100644 --- a/kenwood/ts2000.c +++ b/kenwood/ts2000.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS2000 description * Copyright (c) 2000-2002 by Stephane Fillod * - * $Id: ts2000.c,v 1.13 2002-09-04 17:32:42 pa4tu Exp $ + * $Id: ts2000.c,v 1.14 2002-09-13 19:00:35 pa4tu 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 @@ -72,7 +72,7 @@ const struct rig_caps ts2000_caps = { .rig_model = RIG_MODEL_TS2000, .model_name = "TS-2000", .mfg_name = "Kenwood", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/kenwood/ts440.c b/kenwood/ts440.c index cd9e2d4d2..1b00ebaa5 100644 --- a/kenwood/ts440.c +++ b/kenwood/ts440.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS440 description * Copyright (c) 2000-2002 by Stephane Fillod * - * $Id: ts440.c,v 1.6 2002-09-04 17:43:25 pa4tu Exp $ + * $Id: ts440.c,v 1.7 2002-09-13 19:00:36 pa4tu 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 ts440_caps = { .rig_model = RIG_MODEL_TS440, .model_name = "TS-440", .mfg_name = "Kenwood", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/kenwood/ts450s.c b/kenwood/ts450s.c index 9310c7084..a39cf9366 100644 --- a/kenwood/ts450s.c +++ b/kenwood/ts450s.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS450S description * Copyright (c) 2000-2002 by Stephane Fillod * - * $Id: ts450s.c,v 1.9 2002-09-04 17:47:25 pa4tu Exp $ + * $Id: ts450s.c,v 1.10 2002-09-13 19:00:36 pa4tu 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 @@ -54,7 +54,7 @@ const struct rig_caps ts450s_caps = { .rig_model = RIG_MODEL_TS450S, .model_name = "TS-450S", .mfg_name = "Kenwood", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/kenwood/ts50s.c b/kenwood/ts50s.c index ad5532c61..2522fc4d3 100644 --- a/kenwood/ts50s.c +++ b/kenwood/ts50s.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS50 description * Copyright (c) 2002 by Stephane Fillod * - * $Id: ts50s.c,v 1.8 2002-09-04 17:50:21 pa4tu Exp $ + * $Id: ts50s.c,v 1.9 2002-09-13 19:00:36 pa4tu 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 @@ -54,7 +54,7 @@ const struct rig_caps ts50s_caps = { .rig_model = RIG_MODEL_TS50, .model_name = "TS-50S", .mfg_name = "Kenwood", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_MOBILE, diff --git a/kenwood/ts570.c b/kenwood/ts570.c index 65255096d..1d9bb631e 100644 --- a/kenwood/ts570.c +++ b/kenwood/ts570.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS570 description * Copyright (c) 2001,2002 by Stephane Fillod * - * $Id: ts570.c,v 1.12 2002-09-04 17:52:16 pa4tu Exp $ + * $Id: ts570.c,v 1.13 2002-09-13 19:00:36 pa4tu 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 @@ -57,7 +57,7 @@ const struct rig_caps ts570s_caps = { .rig_model = RIG_MODEL_TS570S, .model_name = "TS-570S", .mfg_name = "Kenwood", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/kenwood/ts790.c b/kenwood/ts790.c index 40fb4aad8..de711e1ce 100644 --- a/kenwood/ts790.c +++ b/kenwood/ts790.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS-790 description * Copyright (c) 2000-2002 by Stephane Fillod * - * $Id: ts790.c,v 1.8 2002-09-04 17:53:51 pa4tu Exp $ + * $Id: ts790.c,v 1.9 2002-09-13 19:00:36 pa4tu 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 @@ -56,7 +56,7 @@ const struct rig_caps ts790_caps = { .rig_model = RIG_MODEL_TS790, .model_name = "TS-790", .mfg_name = "Kenwood", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/kenwood/ts850.c b/kenwood/ts850.c index a0f4c2da5..f7be9fd49 100644 --- a/kenwood/ts850.c +++ b/kenwood/ts850.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS850 description * Copyright (c) 2000-2002 by Stephane Fillod * - * $Id: ts850.c,v 1.6 2002-09-04 17:32:42 pa4tu Exp $ + * $Id: ts850.c,v 1.7 2002-09-13 19:00:36 pa4tu 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 @@ -53,7 +53,7 @@ const struct rig_caps ts850_caps = { .rig_model = RIG_MODEL_TS850, .model_name = "TS-850", .mfg_name = "Kenwood", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/kenwood/ts870s.c b/kenwood/ts870s.c index 0f221a727..40bb197ad 100644 --- a/kenwood/ts870s.c +++ b/kenwood/ts870s.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS870S description * Copyright (c) 2000-2002 by Stephane Fillod * - * $Id: ts870s.c,v 1.27 2002-09-04 17:32:42 pa4tu Exp $ + * $Id: ts870s.c,v 1.28 2002-09-13 19:00:36 pa4tu 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 @@ -54,7 +54,7 @@ const struct rig_caps ts870s_caps = { .rig_model = RIG_MODEL_TS870S, .model_name = "TS-870S", .mfg_name = "Kenwood", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/kenwood/ts950.c b/kenwood/ts950.c index 464831a55..3766ac30b 100644 --- a/kenwood/ts950.c +++ b/kenwood/ts950.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS950 description * Copyright (c) 2002 by Stephane Fillod * - * $Id: ts950.c,v 1.8 2002-09-04 17:56:32 pa4tu Exp $ + * $Id: ts950.c,v 1.9 2002-09-13 19:00:36 pa4tu 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 @@ -51,7 +51,7 @@ const struct rig_caps ts950sdx_caps = { .rig_model = RIG_MODEL_TS950SDX, .model_name = "TS-950SDX", .mfg_name = "Kenwood", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_TRANSCEIVER,