summaryrefslogtreecommitdiff
path: root/kernel/framework/include/oss_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/framework/include/oss_version.h')
-rw-r--r--kernel/framework/include/oss_version.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/kernel/framework/include/oss_version.h b/kernel/framework/include/oss_version.h
new file mode 100644
index 0000000..4905733
--- /dev/null
+++ b/kernel/framework/include/oss_version.h
@@ -0,0 +1,13 @@
+/*
+ * Purpose: OSS version ID
+ */
+#include <buildid.h>
+#include <timestamp.h>
+
+#ifndef OSS_LICENSE
+#define OSS_LICENSE "" /* Empty means commercial license */
+#endif
+
+#define OSS_VERSION_ID "4.2"
+#define OSS_VERSION_STRING OSS_VERSION_ID " (b " OSS_BUILD_ID "/" OSS_COMPILE_DATE ")"
+#define OSS_INTERNAL_VERSION 0x040199