equal
deleted
inserted
replaced
14 #define ZDICT_STATIC_LINKING_ONLY |
14 #define ZDICT_STATIC_LINKING_ONLY |
15 #include <zstd.h> |
15 #include <zstd.h> |
16 #include <zdict.h> |
16 #include <zdict.h> |
17 |
17 |
18 /* Remember to change the string in zstandard/__init__ as well */ |
18 /* Remember to change the string in zstandard/__init__ as well */ |
19 #define PYTHON_ZSTANDARD_VERSION "0.12.0" |
19 #define PYTHON_ZSTANDARD_VERSION "0.13.0" |
20 |
20 |
21 typedef enum { |
21 typedef enum { |
22 compressorobj_flush_finish, |
22 compressorobj_flush_finish, |
23 compressorobj_flush_block, |
23 compressorobj_flush_block, |
24 } CompressorObj_Flush; |
24 } CompressorObj_Flush; |