From 1fdfc1cf1395624989ca9b5cb01fbaa64aed10c3 Mon Sep 17 00:00:00 2001 From: Reinhard Arlt Date: Mon, 18 May 2015 18:08:50 +0200 Subject: Increment API version. --- gps.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gps.h') 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 */ -- cgit v1.2.1