Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

version.cpp

Go to the documentation of this file.
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 }

Generated on Sat Oct 12 01:43:04 2002 for audiere by doxygen1.2.17