00001
00002
00003
00004
00005 #define SND_LIB_MAJOR 1
00006 #define SND_LIB_MINOR 0
00007 #define SND_LIB_SUBMINOR 22
00008 #define SND_LIB_EXTRAVER 1000000
00010 #define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\
00011 (SND_LIB_MINOR<<8)|\
00012 SND_LIB_SUBMINOR)
00013
00014 #define SND_LIB_VERSION_STR "1.0.22"
00015