aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/deps/rpclib/include/rpc/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/deps/rpclib/include/rpc/version.h')
-rw-r--r--host/lib/deps/rpclib/include/rpc/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/host/lib/deps/rpclib/include/rpc/version.h b/host/lib/deps/rpclib/include/rpc/version.h
new file mode 100644
index 000000000..30e3afe7e
--- /dev/null
+++ b/host/lib/deps/rpclib/include/rpc/version.h
@@ -0,0 +1,14 @@
+#pragma once
+
+#ifndef VERSION_H_UMZFBKB4
+#define VERSION_H_UMZFBKB4
+
+namespace rpc {
+
+static constexpr unsigned VERSION_MAJOR = 1;
+static constexpr unsigned VERSION_MINOR = 0;
+static constexpr unsigned VERSION_PATCH = 0;
+
+} /* rpc */
+
+#endif /* end of include guard: VERSION_H_UMZFBKB4 */