ALSA project - the C library reference
Loading...
Searching...
No Matches
include
version.h
1
/*
2
* version.h
3
*/
4
5
#define SND_LIB_MAJOR 1
6
#define SND_LIB_MINOR 2
7
#define SND_LIB_SUBMINOR 14
8
#define SND_LIB_EXTRAVER 1000000
10
#define SND_LIB_VER(maj, min, sub) (((maj)<<16)|((min)<<8)|(sub))
11
#define SND_LIB_VERSION SND_LIB_VER(SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR)
13
#define SND_LIB_VERSION_STR "1.2.14"
14
Generated by
1.9.8