]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added again...
authorJaroslav Kysela <perex@perex.cz>
Mon, 23 Nov 1998 10:22:35 +0000 (10:22 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 23 Nov 1998 10:22:35 +0000 (10:22 +0000)
include/version.h.in [new file with mode: 0644]

diff --git a/include/version.h.in b/include/version.h.in
new file mode 100644 (file)
index 0000000..caba88b
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+ *  version.h
+ */
+
+#define SOUNDLIB_VERSION_MAJOR         @SND_LIB_MAJOR@
+#define SOUNDLIB_VERSION_MINOR         @SND_LIB_MINOR@
+#define SOUNDLIB_VERSION_SUBMINOR      @SND_LIB_SUBMINOR@
+#define SOUNDLIB_VERSION               ((SOUNDLIB_VERSION_MAJOR << 16) | \
+                                        (SOUNDLIB_VERSION_MINOR << 8) | \
+                                        SOUNDLIB_VERSION_SUBMINOR)
+