1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 5 #include "eca-version.h" 6 7 const long int ecasound_library_version_current = LIBECASOUND_VERSION; 8 const long int ecasound_library_version_revision = 0; 9 const long int ecasound_library_version_age = LIBECASOUND_VERSION_AGE; 10 11 const char* ecasound_library_version = VERSION; 12