Skip to content

Commit 8603722

Browse files
committed
Update capsule version
1 parent eca46b4 commit 8603722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/lib-rt/librt_strings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ import_librt_strings(void)
1515
// ABI version -- only an exact match is compatible. This will only be changed in
1616
// very exceptional cases (likely never) due to strict backward compatibility
1717
// requirements.
18-
#define LIBRT_STRINGS_ABI_VERSION 0
18+
#define LIBRT_STRINGS_ABI_VERSION 1
1919

2020
// API version -- more recent versions must maintain backward compatibility, i.e.
2121
// we can add new features but not remove or change existing features (unless
2222
// ABI version is changed, but see the comment above).
23-
#define LIBRT_STRINGS_API_VERSION 1
23+
#define LIBRT_STRINGS_API_VERSION 2
2424

2525
// Number of functions in the capsule API. If you add a new function, also increase
2626
// LIBRT_STRINGS_API_VERSION.

0 commit comments

Comments
 (0)