summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorReinhard Arlt <reinhard.arlt@t-online.de>2015-05-18 18:08:50 +0200
committerReinhard Arlt <reinhard.arlt@t-online.de>2015-05-18 18:08:50 +0200
commit1fdfc1cf1395624989ca9b5cb01fbaa64aed10c3 (patch)
treed31d2bea75080365ebb361ad0fd1418709cab836 /gps.h
parented277bea54f1b4f08c551eb9f91b5c5d27efc29a (diff)
downloadgpsd-1fdfc1cf1395624989ca9b5cb01fbaa64aed10c3.tar.gz
Increment API version.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index bb3e4329..5602b0dc 100644
--- a/gps.h
+++ b/gps.h
@@ -35,9 +35,10 @@ extern "C" {
* tag fields dropped from emitted JSON. The shape of the skyview
* structure has changed to make working with the satellites-used
* bits less confusing. (January 2015, release 3.12).
+ * 6.1 - Add navdata_t for more (nmea2000) info.
*/
#define GPSD_API_MAJOR_VERSION 6 /* bump on incompatible changes */
-#define GPSD_API_MINOR_VERSION 0 /* bump on compatible changes */
+#define GPSD_API_MINOR_VERSION 1 /* bump on compatible changes */
#define MAXCHANNELS 72 /* must be > 12 GPS + 12 GLONASS + 2 WAAS */
#define MAXUSERDEVS 4 /* max devices per user */