From 5a3949f9f86b96f6fe73afc2c79a920da7b139df Mon Sep 17 00:00:00 2001 From: SASANO Takayoshi Date: Sun, 4 Sep 2022 09:12:23 +0900 Subject: [PATCH] bump up GPSD_API_MAJOR_VERSION 12 (gpsd-3.23) --- src/dwgpsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dwgpsd.c b/src/dwgpsd.c index 70b650bd..d8171a1b 100644 --- a/src/dwgpsd.c +++ b/src/dwgpsd.c @@ -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