diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 236b653a..9cc80eeb 100644 --- a/config.h.in +++ b/config.h.in @@ -1,6 +1,9 @@ #ifndef CONFIG_H #define CONFIG_H +/* Define to the library version */ +#define ALSOFT_VERSION "${LIB_VERSION}" + /* Define if we have the ALSA backend */ #cmakedefine HAVE_ALSA |