From 1fb93b686477a18a90136d739181cf9209ff75d9 Mon Sep 17 00:00:00 2001 From: "Thomas Beierlein, DL1JBE" Date: Sat, 5 Jan 2008 17:24:19 +0000 Subject: [PATCH] - incremented backend sub-version and - declared backend as stable git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2275 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/ts570.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kenwood/ts570.c b/kenwood/ts570.c index 281f0f9e3..8c870fdad 100644 --- a/kenwood/ts570.c +++ b/kenwood/ts570.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS570 description * Copyright (c) 2001-2005 by Stephane Fillod * - * $Id: ts570.c,v 1.33 2007-08-19 08:47:37 y32kn Exp $ + * $Id: ts570.c,v 1.34 2008-01-05 17:24:19 y32kn 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 @@ -852,9 +852,9 @@ const struct rig_caps ts570s_caps = { .rig_model = RIG_MODEL_TS570S, .model_name = "TS-570S", .mfg_name = "Kenwood", -.version = BACKEND_VER, +.version = BACKEND_VER ".1", .copyright = "LGPL", -.status = RIG_STATUS_BETA, +.status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, @@ -1029,9 +1029,9 @@ const struct rig_caps ts570d_caps = { .rig_model = RIG_MODEL_TS570D, .model_name = "TS-570D", .mfg_name = "Kenwood", -.version = BACKEND_VER, +.version = BACKEND_VER ".1", .copyright = "LGPL", -.status = RIG_STATUS_BETA, +.status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG,