From 610875e2e5e3c7a4dd2b3559baf1a5ded032f66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 3 Apr 2005 19:40:15 +0000 Subject: [PATCH] account for improvements git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1970 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- aor/ar3030.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aor/ar3030.c b/aor/ar3030.c index c3cd3ca69..b48c8c81a 100644 --- a/aor/ar3030.c +++ b/aor/ar3030.c @@ -2,7 +2,7 @@ * Hamlib AOR backend - AR3030 description * Copyright (c) 2000-2005 by Stephane Fillod * - * $Id: ar3030.c,v 1.7 2005-01-24 23:03:52 fillods Exp $ + * $Id: ar3030.c,v 1.8 2005-04-03 19:40:15 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 @@ -100,7 +100,7 @@ const struct rig_caps ar3030_caps = { .rig_model = RIG_MODEL_AR3030, .model_name = "AR3030", .mfg_name = "AOR", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_RECEIVER,