00001 #include "audiere.h" 00002 #include "internal.h" 00003 00004 00005 namespace audiere { 00006 00007 ADR_EXPORT(const char*, AdrGetVersion)() { 00008 return "Audiere 1.9.1 - " __DATE__ " - " __TIME__; 00009 } 00010 00011 }