From b58eefdbc6123a9106a81a084f94e9df1a8397be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 3 Apr 2005 19:47:19 +0000 Subject: [PATCH] account for improvements git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1972 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/ic746.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icom/ic746.c b/icom/ic746.c index a6d9d144e..c9caad38f 100644 --- a/icom/ic746.c +++ b/icom/ic746.c @@ -2,7 +2,7 @@ * Hamlib CI-V backend - description of IC-746 and variations * 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 * 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, .model_name = "IC-746", .mfg_name = "Icom", -.version = "0.2", +.version = BACKEND_VER, .copyright = "LGPL", .status = RIG_STATUS_NEW, .rig_type = RIG_TYPE_TRANSCEIVER, @@ -258,7 +258,7 @@ const struct rig_caps ic746pro_caps = { .rig_model = RIG_MODEL_IC746PRO, .model_name = "IC-746PRO", .mfg_name = "Icom", -.version = "0.2", +.version = BACKEND_VER, .copyright = "LGPL", .status = RIG_STATUS_NEW, .rig_type = RIG_TYPE_TRANSCEIVER,