summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-12-24 02:20:37 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-12-24 02:20:37 +0000
commit06657c8807345353694c1a561ee0a807c46a5b22 (patch)
tree5b30ce943c068138b9ff7473863d49ea02677d63 /gps.h
parent332028a8a88226b9cb8d82abbbafdce291ce8b2e (diff)
downloadgpsd-06657c8807345353694c1a561ee0a807c46a5b22.tar.gz
Bump major API version. Seems I managed to forget to do this since 2.39.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gps.h b/gps.h
index 1d2867cf..37949e36 100644
--- a/gps.h
+++ b/gps.h
@@ -28,12 +28,7 @@ extern "C" {
#include <pthread.h> /* pacifies OpenBSD's compiler */
#endif
-/*
- * Unless otherwise noted, all function signatures and types and
- * constants and structure layouts exposed here are correct for all
- * 3.x versions up to and including this one.
- */
-#define GPSD_API_MAJOR_VERSION 3 /* bump on incompatible changes */
+#define GPSD_API_MAJOR_VERSION 4 /* bump on incompatible changes */
#define GPSD_API_MINOR_VERSION 1 /* bump on compatible changes */
#define MAXTAGLEN 8 /* maximum length of sentence tag name */