diff options
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/rwarray.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index ed70e3c2..df9bea10 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2017-09-19 Arnold D. Robbins <arnold@skeeve.com> + + * rwarray.c: Increase the version. + 2017-09-17 Arnold D. Robbins <arnold@skeeve.com> * filefuncs.c: Move include of <sys/stat.h> to after include diff --git a/extension/rwarray.c b/extension/rwarray.c index 8c6ef4bf..2e82ca76 100644 --- a/extension/rwarray.c +++ b/extension/rwarray.c @@ -61,7 +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 = "rwarray extension: version 1.1"; +static const char *ext_version = "rwarray extension: version 1.2"; static awk_bool_t (*init_func)(void) = NULL; int plugin_is_GPL_compatible; |