increase version number

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2658 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.9
Stéphane Fillod, F8CFE 2009-02-20 15:21:52 +00:00
rodzic 04226721a2
commit 2598021948
3 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -192,7 +192,7 @@ const struct rig_caps tt565_caps = {
.rig_model = RIG_MODEL_TT565,
.model_name = "TT-565 Orion",
.mfg_name = "Ten-Tec",
.version = "0.3",
.version = "0.4",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -1,5 +1,5 @@
/*
* hamlib - (C) Stephane Fillod 2002-2004 (fillods at users.sourceforge.net)
* hamlib - (C) Stephane Fillod 2002-2009 (fillods at users.sourceforge.net)
*
* ft1000d.c - (C) Berndt Josef Wulf (wulf at ping.net.au)
*
@ -7,7 +7,7 @@
* via serial interface to an FT-1000D using the "CAT" interface
*
*
* $Id: ft1000d.c,v 1.1 2004-08-17 20:07:20 fillods Exp $
* $Id: ft1000d.c,v 1.2 2009-02-20 15:21:52 fillods Exp $
*
*
* This library is free software; you can redistribute it and/or
@ -104,7 +104,7 @@ const struct rig_caps ft1000d_caps = {
.rig_model = RIG_MODEL_FT1000D,
.model_name = "FT-1000D",
.mfg_name = "Yaesu",
.version = "0.0.5",
.version = "0.0.6",
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -9,7 +9,7 @@
* "CAT" interface box (FIF-232C) or similar.
*
*
* $Id: ft757gx.c,v 1.12 2009-02-20 12:40:46 fillods Exp $
* $Id: ft757gx.c,v 1.13 2009-02-20 15:21:52 fillods Exp $
*
*
* This library is free software; you can redistribute it and/or
@ -79,7 +79,7 @@ const struct rig_caps ft757gx_caps = {
.rig_model = RIG_MODEL_FT757,
.model_name = "FT-757GX",
.mfg_name = "Yaesu",
.version = "0.3.2",
.version = "0.4",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_MOBILE,
@ -182,7 +182,7 @@ const struct rig_caps ft757gx2_caps = {
.rig_model = RIG_MODEL_FT757GXII,
.model_name = "FT-757GXII",
.mfg_name = "Yaesu",
.version = "0.3.2",
.version = "0.4",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_MOBILE,