Skip to content

Commit 5a3949f

Browse files
committed
bump up GPSD_API_MAJOR_VERSION 12 (gpsd-3.23)
1 parent 7d3c1d1 commit 5a3949f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dwgpsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
// An incompatibility was introduced with version 7
6161
// and again with 9 and again with 10.
6262

63-
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 11
63+
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 12
6464
#error libgps API version might be incompatible.
6565
#endif
6666

0 commit comments

Comments
 (0)