aboutsummaryrefslogtreecommitdiff
path: root/include/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h
new file mode 100644
index 0000000..36a48c1
--- /dev/null
+++ b/include/version.h
@@ -0,0 +1,12 @@
+/*
+ * version.h
+ */
+
+#define SND_UTIL_MAJOR 1
+#define SND_UTIL_MINOR 0
+#define SND_UTIL_SUBMINOR 19
+#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|\
+ (SND_UTIL_MINOR<<8)|\
+ SND_UTIL_SUBMINOR)
+#define SND_UTIL_VERSION_STR "1.0.19"
+