summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-24 18:46:57 -0700
committerGary E. Miller <gem@rellim.com>2018-10-24 18:46:57 -0700
commitafb75aeb519a2bbea6c1d081c936b1393c87b0a0 (patch)
tree233564d257ea89b8417ffd3c188ae7cbeecdf088 /gpsd.h
parent4a6b39d61494ce8ff89728287791f38f84e9719c (diff)
downloadgpsd-afb75aeb519a2bbea6c1d081c936b1393c87b0a0.tar.gz
Add RAW json messaage class for raw measurements.
Which bumps the JSON minor rev.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsd.h b/gpsd.h
index a1bd1c31..265f1580 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -52,10 +52,11 @@ extern "C" {
* 3.12 OSC message added to repertoire.
* 3.13 gnssid:svid added to SAT
* time added to ATT
+ * 3.14 Added RAW message class.
*/
/* Keep in sync with api_major_version and api_minor gps/__init__.py */
#define GPSD_PROTO_MAJOR_VERSION 3 /* bump on incompatible changes */
-#define GPSD_PROTO_MINOR_VERSION 13 /* bump on compatible changes */
+#define GPSD_PROTO_MINOR_VERSION 14 /* bump on compatible changes */
#define JSON_DATE_MAX 24 /* ISO8601 timestamp with 2 decimal places */