Skip to content

Commit 00fae48

Browse files
committed
Update ABI version
1 parent 657463d commit 00fae48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/lib-rt/librt_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// ABI version -- only an exact match is compatible. This will only be changed in
55
// very exceptional cases (likely never) due to strict backward compatibility
66
// requirements.
7-
#define LIBRT_INTERNAL_ABI_VERSION 1
7+
#define LIBRT_INTERNAL_ABI_VERSION 2
88

99
// API version -- more recent versions must maintain backward compatibility, i.e.
1010
// we can add new features but not remove or change existing features (unless

0 commit comments

Comments
 (0)