summaryrefslogtreecommitdiff
path: root/Radio/HW/BladeRF/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'Radio/HW/BladeRF/src/version.h')
-rw-r--r--Radio/HW/BladeRF/src/version.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Radio/HW/BladeRF/src/version.h b/Radio/HW/BladeRF/src/version.h
new file mode 100644
index 0000000..999d860
--- /dev/null
+++ b/Radio/HW/BladeRF/src/version.h
@@ -0,0 +1,12 @@
+#ifndef VERSION_H_
+#define VERSION_H_
+
+#define LIBBLADERF_VERSION "2.5.1-git-fe3304d7-dirty"
+
+// clang-format off
+#define LIBBLADERF_VERSION_MAJOR 2
+#define LIBBLADERF_VERSION_MINOR 5
+#define LIBBLADERF_VERSION_PATCH 1
+// clang-format on
+
+#endif