diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-19 19:43:42 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-19 19:43:42 +0300 |
commit | 88afd391c936c4fb7a1ca4da3e05d43eeb1e66c5 (patch) | |
tree | 0f8afb116a289807f182b53d699feebf20dedafe | |
parent | 5d3605bd4e1d13fc99b84cb5ee5de6d25ccb4c2d (diff) | |
download | egawk-88afd391c936c4fb7a1ca4da3e05d43eeb1e66c5.tar.gz egawk-88afd391c936c4fb7a1ca4da3e05d43eeb1e66c5.tar.bz2 egawk-88afd391c936c4fb7a1ca4da3e05d43eeb1e66c5.zip |
Bump minor API version.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gawkapi.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -3,6 +3,10 @@ * NEWS: Fix title on leading set of changes. Thanks to Marcus <marcuscruse@ya.ru> for the report. + Unrelated: Bump minor API version since semantics have changed. + + * gawkapi.h (api_minor_version): Increase to 1. + 2020-07-17 Arnold D. Robbins <arnold@skeeve.com> * gawkapi.h (gawk_api_minor_version): Increase, since the @@ -297,7 +297,7 @@ typedef struct awk_two_way_processor { } awk_two_way_processor_t; #define gawk_api_major_version 3 -#define gawk_api_minor_version 0 +#define gawk_api_minor_version 1 /* Current version of the API. */ enum { |