Merge GitHub PR #1980

This commit is contained in:
Nate Bargmann 2026-01-13 08:41:29 -06:00
commit edc441f05c
No known key found for this signature in database
GPG key ID: FB2C5130D55A8819
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ const struct rot_caps indi_rot_caps =
ROT_MODEL(ROT_MODEL_INDI),
.model_name = "INDI",
.mfg_name = "INDI",
.version = "0.2",
.version = "0.3",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rot_type = ROT_TYPE_OTHER,

View file

@ -294,7 +294,7 @@ const struct rot_caps skywatcher_rot_caps =
ROT_MODEL(ROT_MODEL_SKYWATCHER),
.model_name = "Sky-Watcher",
.mfg_name = "Sky-Watcher",
.version = "20240825.0",
.version = "20251221.0",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rot_type = ROT_TYPE_AZEL,