We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d692e5f commit d751368Copy full SHA for d751368
mypyc/lib-rt/librt_base64.h
@@ -12,8 +12,8 @@ import_librt_base64(void)
12
13
#else // MYPYC_EXPERIMENTAL
14
15
-#define LIBRT_BASE64_ABI_VERSION 0
16
-#define LIBRT_BASE64_API_VERSION 1
+#define LIBRT_BASE64_ABI_VERSION 1
+#define LIBRT_BASE64_API_VERSION 2
17
#define LIBRT_BASE64_API_LEN 4
18
19
static void *LibRTBase64_API[LIBRT_BASE64_API_LEN];
0 commit comments