summaryrefslogtreecommitdiffhomepage
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..0478dfc
--- /dev/null
+++ b/version.h
@@ -0,0 +1,16 @@
+#pragma once
+
+// dummy ALSA header, including copy from alsa-utils package
+
+/*
+ * version.h
+ */
+
+#define SND_UTIL_MAJOR 1
+#define SND_UTIL_MINOR 2
+#define SND_UTIL_SUBMINOR 13
+#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|\
+ (SND_UTIL_MINOR<<8)|\
+ SND_UTIL_SUBMINOR)
+#define SND_UTIL_VERSION_STR "1.2.13"
+