From bddc9517cf9e29ce1749108fbf3ad2aafea6ff5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 1 Aug 2004 23:14:53 +0000 Subject: [PATCH] account for win32 serial work git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1783 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kit/elektor304.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kit/elektor304.c b/kit/elektor304.c index dcdd39fb3..1cb8aa1f2 100644 --- a/kit/elektor304.c +++ b/kit/elektor304.c @@ -2,7 +2,7 @@ * Hamlib KIT backend - Elektor DRM receiver description * Copyright (c) 2004 by Stephane Fillod * - * $Id: elektor304.c,v 1.1 2004-04-16 20:29:51 fillods Exp $ + * $Id: elektor304.c,v 1.2 2004-08-01 23:14:53 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -84,7 +84,7 @@ const struct rig_caps elektor304_caps = { .rig_model = RIG_MODEL_ELEKTOR304, .model_name = "Elektor 3/04", .mfg_name = "Elektor", -.version = "0.1", +.version = "0.2", .copyright = "GPL", .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_RECEIVER,