blob: 88c65567bb39c69069da89a12720665021b79f2e (
plain)
1
2
3
4
5
|
#define SND_UTIL_MAJOR 1
#define SND_UTIL_MINOR 1
#define SND_UTIL_SUBMINOR 4
#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|(SND_UTIL_MINOR<<8)|SND_UTIL_SUBMINOR)
#define SND_UTIL_VERSION_STR "1.1.4"
|