summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/version.h
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2021-04-14 18:05:48 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2021-04-14 18:05:48 +0000
commit69758c833b194d9117c4f6b67260b5b2cfcf41c7 (patch)
tree13468600b0867f7f94906888cbf4fa9bdd2fea2c /usr.sbin/rpki-client/version.h
parent57208e6b0559a68e6741a23a430d6431cd17a4c3 (diff)
move the RPKI_VERSION define into its own version.h file, helps portable.
ok claudio@
Diffstat (limited to 'usr.sbin/rpki-client/version.h')
-rw-r--r--usr.sbin/rpki-client/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/rpki-client/version.h b/usr.sbin/rpki-client/version.h
new file mode 100644
index 00000000000..acec48f1124
--- /dev/null
+++ b/usr.sbin/rpki-client/version.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: version.h,v 1.1 2021/04/14 18:05:47 benno Exp $ */
+
+#define RPKI_VERSION "7.0"