summaryrefslogtreecommitdiffstats
path: root/alsa-lib/include/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-lib/include/version.h')
-rw-r--r--alsa-lib/include/version.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/alsa-lib/include/version.h b/alsa-lib/include/version.h
deleted file mode 100644
index 6ac5880..0000000
--- a/alsa-lib/include/version.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * version.h
- */
-
-#define SND_LIB_MAJOR 1 /**< major number of library version */
-#define SND_LIB_MINOR 0 /**< minor number of library version */
-#define SND_LIB_SUBMINOR 19 /**< subminor number of library version */
-#define SND_LIB_EXTRAVER 1000000 /**< extra version number, used mainly for betas */
-/** library version */
-#define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\
- (SND_LIB_MINOR<<8)|\
- SND_LIB_SUBMINOR)
-/** library version (string) */
-#define SND_LIB_VERSION_STR "1.0.19"
-