diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-09-19 21:54:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-09-19 21:54:44 +0300 |
commit | 18241cd6e334b90389f5a0b789b7633d7cc42731 (patch) | |
tree | a10d6d6a6e269da85daa33aed815c6cc3b5f1b1d | |
parent | 7bef3e3f1db4dccc35a91e6bb16fdc4bbd2535a1 (diff) | |
download | egawk-18241cd6e334b90389f5a0b789b7633d7cc42731.tar.gz egawk-18241cd6e334b90389f5a0b789b7633d7cc42731.tar.bz2 egawk-18241cd6e334b90389f5a0b789b7633d7cc42731.zip |
Bump version in rwarray.c.
-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; |