diff --git a/rigs/icom/icr8600.c b/rigs/icom/icr8600.c index 784c940b5..446b77a7e 100644 --- a/rigs/icom/icr8600.c +++ b/rigs/icom/icr8600.c @@ -133,7 +133,7 @@ struct rig_caps icr8600_caps = RIG_MODEL(RIG_MODEL_ICR8600), .model_name = "IC-R8600", .mfg_name = "Icom", - .version = BACKEND_VER ".5", + .version = BACKEND_VER ".4", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, @@ -308,7 +308,7 @@ struct rig_caps icr8600_caps = .get_freq = icom_get_freq, .set_mode = icom_set_mode, .get_mode = icom_get_mode, -// .set_vfo = icom_set_vfo, + .set_vfo = icom_set_vfo, .set_bank = icom_set_bank, .get_rptr_offs = icom_get_rptr_offs, .set_rptr_offs = icom_set_rptr_offs,