Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

version.h

00001 /*
00002  *  version.h
00003  */
00004 
00005 #define SND_LIB_MAJOR           0 
00006 #define SND_LIB_MINOR           9 
00007 #define SND_LIB_SUBMINOR        0 
00008 #define SND_LIB_EXTRAVER        100007 
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     "0.9.0rc7"
00015 

Generated on Wed Feb 19 12:45:32 2003 for ALSA project - the C library reference by doxygen1.2.18