From 5045829957c497418ccba95ca8b2b2a7c375dc8a Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 24 Nov 2008 14:54:05 +0000 Subject: [PATCH] *** empty log message *** --- src/unac/unac.c | 1 + src/unac/unac_version.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/unac/unac_version.h 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"