summaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-17 19:55:36 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-17 19:55:36 +0200
commit380195f7cd5e57acf2c1cf2bc41069e6b0b979ed (patch)
tree32a88fb22a7fbe8f1fd5c105156d1f928c93950d /src/version.h
downloadbokf-a154c5d9585d54ebdaae7234e65bbf120121698d.tar.gz
bokf-a154c5d9585d54ebdaae7234e65bbf120121698d.zip
Initial commit: daemon, clients, docs, Docker deploy pipelinev0.1.0
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h
new file mode 100644
index 0000000..bffeb52
--- /dev/null
+++ b/src/version.h
@@ -0,0 +1,10 @@
+#ifndef BOKF_VERSION_H
+#define BOKF_VERSION_H
+
+#ifndef BOKF_VERSION
+#define BOKF_VERSION "0.1.0-dev"
+#endif
+
+#define BOKF_PROTOCOL_VERSION 1
+
+#endif