summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-18 17:51:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-18 17:51:26 +0000
commit9de0cdc56020027502ebbf47c9b7b906ff59ff35 (patch)
tree18ed8724c44b74756386ca033fb8c6b1b49e3f41 /gpsd.h-tail
parent63659ed129e343ea748fe016b99beea78f723acb (diff)
downloadgpsd-9de0cdc56020027502ebbf47c9b7b906ff59ff35.tar.gz
Daemon now has its own version symbols for the wire protocol...
...and will announce them in the banner.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index cd6590bb..0cb2f29b 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -2,6 +2,10 @@
/* $Id$ */
+/* constants for the VERSION response */
+#define GPSD_PROTO_MAJOR_VERSION 3 /* bump on incompatible changes */
+#define GPSD_PROTO_MINOR_VERSION 1 /* bump on compatible changes */
+
/* Some internal capabilities depend on which drivers we're compiling. */
#ifdef EARTHMATE_ENABLE
#define ZODIAC_ENABLE