bump up GPSD_API_MAJOR_VERSION 12 (gpsd-3.23)

This commit is contained in:
SASANO Takayoshi 2022-09-04 09:12:23 +09:00
parent 7d3c1d100e
commit 5a3949f9f8
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
// An incompatibility was introduced with version 7
// and again with 9 and again with 10.
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 11
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 12
#error libgps API version might be incompatible.
#endif