summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */