diff options
author | S. Gilles <sgilles@umd.edu> | 2020-06-20 21:55:28 -0400 |
---|---|---|
committer | S. Gilles <sgilles@umd.edu> | 2020-06-24 12:12:00 -0400 |
commit | bdf0ed62196f1e67d65b3346ae45d1a0e322bd00 (patch) | |
tree | a5dc36e4dd4a761312fb4ac43c1fc0b2b7b350d8 | |
parent | 63c188f625c3939ab31231e3c6775ba72d37a00e (diff) | |
download | mc-bdf0ed62196f1e67d65b3346ae45d1a0e322bd00.tar.gz |
Bump abi version.
-rw-r--r-- | mbld/libs.myr | 2 | ||||
-rw-r--r-- | parse/parse.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mbld/libs.myr b/mbld/libs.myr index aca3a46..66d0957 100644 --- a/mbld/libs.myr +++ b/mbld/libs.myr @@ -23,7 +23,7 @@ pkg bld = ;; /* Keep in sync with parse/parse.h */ -const Abiversion = 22 +const Abiversion = 23 const builtlib = {b, mt, dep, dyndep var ldep, l, u diff --git a/parse/parse.h b/parse/parse.h index fa18ecd..e3b402f 100644 --- a/parse/parse.h +++ b/parse/parse.h @@ -1,4 +1,4 @@ -#define Abiversion 22 +#define Abiversion 23 typedef struct Srcloc Srcloc; typedef struct Tysubst Tysubst; |