ALSA project - the C library reference
include
version.h
1
/*
2
* version.h
3
*/
4
5
#define SND_LIB_MAJOR 1
6
#define SND_LIB_MINOR 1
7
#define SND_LIB_SUBMINOR 8
8
#define SND_LIB_EXTRAVER 1000000
10
#define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\
11
(SND_LIB_MINOR<<8)|\
12
SND_LIB_SUBMINOR)
13
14
#define SND_LIB_VERSION_STR "1.1.8"
15
Generated by
1.8.13