1
0
Fork 0
android_external_alsa-utils/include/version.h
2025-06-24 22:48:58 -05:00

9 lines
227 B
C

/*
* version.h
*/
#define SND_UTIL_MAJOR 1
#define SND_UTIL_MINOR 2
#define SND_UTIL_SUBMINOR 14
#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|(SND_UTIL_MINOR<<8)|SND_UTIL_SUBMINOR)
#define SND_UTIL_VERSION_STR "1.2.14"