summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
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 */