Skip to content

Commit d751368

Browse files
committed
Update ABI and API versions
1 parent d692e5f commit d751368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/lib-rt/librt_base64.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import_librt_base64(void)
1212

1313
#else // MYPYC_EXPERIMENTAL
1414

15-
#define LIBRT_BASE64_ABI_VERSION 0
16-
#define LIBRT_BASE64_API_VERSION 1
15+
#define LIBRT_BASE64_ABI_VERSION 1
16+
#define LIBRT_BASE64_API_VERSION 2
1717
#define LIBRT_BASE64_API_LEN 4
1818

1919
static void *LibRTBase64_API[LIBRT_BASE64_API_LEN];

0 commit comments

Comments
 (0)