blob: a6d06093760cb32690eedb99f4c404572b5704a6 (
plain)
1
2
3
4
5
|
#define SND_UTIL_MAJOR 1
#define SND_UTIL_MINOR 1
#define SND_UTIL_SUBMINOR 7
#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|(SND_UTIL_MINOR<<8)|SND_UTIL_SUBMINOR)
#define SND_UTIL_VERSION_STR "1.1.7"
|