aboutsummaryrefslogtreecommitdiffstats
path: root/extension/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/fnmatch.c')
-rw-r--r--extension/fnmatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/fnmatch.c b/extension/fnmatch.c
index 3ebae595..6a4d4635 100644
--- a/extension/fnmatch.c
+++ b/extension/fnmatch.c
@@ -61,6 +61,7 @@
static const gawk_api_t *api; /* for convenience macros to work */
static awk_ext_id_t *ext_id;
+static const char *ext_version = "fnmatch extension: version 1.0";
static awk_bool_t init_fnmatch(void);
static awk_bool_t (*init_func)(void) = init_fnmatch;