summaryrefslogtreecommitdiffhomepage
path: root/version.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-19 12:14:32 +0000
committerRoland Reichwein <mail@reichwein.it>2025-01-19 12:14:32 +0000
commitdf1a250beb787e54f81518d2786d78d654f082ba (patch)
treedd2f19de0fed6ea408e40013cf652c4900d678dd /version.h
parentec3c5801f14700dcbb60f60f663d28ff6cb528b4 (diff)
Add local aplaymidi version, for adding clock (WIP)
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"
+