summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-01 15:02:50 -0700
committerGary E. Miller <gem@rellim.com>2018-10-01 15:02:50 -0700
commit9efb5c308b2473ee5b218ae399d33c8e012dcfda (patch)
tree781492550305fde940f0a5c570feb25f6afcea6d /gpsd.h
parent888aff677a7ef40d2241caa6cfd9cbbada411122 (diff)
downloadgpsd-9efb5c308b2473ee5b218ae399d33c8e012dcfda.tar.gz
gpsd.h: bump GPSD_PROTO_MINOR_VERSION to 13
A few JSON changes this cycle: gnssid:svid added to SAT. time added to ATT
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpsd.h b/gpsd.h
index 75b6cc56..74fa9868 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -50,9 +50,11 @@ extern "C" {
* 3.11 A precision field, log2 of the time source jitter, has been added
* to the PPS report. See ntpshm.h for more details.
* 3.12 OSC message added to repertoire.
+ * 3.13 gnssid:svid added to SAT
+ * time added to ATT
*/
#define GPSD_PROTO_MAJOR_VERSION 3 /* bump on incompatible changes */
-#define GPSD_PROTO_MINOR_VERSION 12 /* bump on compatible changes */
+#define GPSD_PROTO_MINOR_VERSION 13 /* bump on compatible changes */
#define JSON_DATE_MAX 24 /* ISO8601 timestamp with 2 decimal places */