summaryrefslogtreecommitdiff
path: root/hurd/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/version.h')
-rw-r--r--hurd/version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hurd/version.h b/hurd/version.h
new file mode 100644
index 00000000..9b85b5a5
--- /dev/null
+++ b/hurd/version.h
@@ -0,0 +1,6 @@
+/* This file just gives a value that can be tested easily with #if as a
+ gross check of the Hurd interface version. It has the format YYYYMMDD
+ and will only ever be increased. This will be bumped whenever either
+ the RPC interfaces or the library APIs change. */
+
+#define HURD_INTERFACE_VERSION 20020609