diff --git a/src/unac/unac.c b/src/unac/unac.c index 716c6782..30f56757 100644 --- a/src/unac/unac.c +++ b/src/unac/unac.c @@ -38,6 +38,7 @@ #endif /* HAVE_VSNPRINTF */ #include "unac.h" +#include "unac_version.h" /* Generated by builder. Do not modify. Start tables */ /* diff --git a/src/unac/unac_version.h b/src/unac/unac_version.h new file mode 100644 index 00000000..019a5173 --- /dev/null +++ b/src/unac/unac_version.h @@ -0,0 +1 @@ +#define UNAC_VERSION "1.0.7"