contrib/python-zstandard/c-ext/python-zstandard.h
changeset 42937 69de49c4e39c
parent 42070 675775c33ab6
child 43994 de7838053207
--- a/contrib/python-zstandard/c-ext/python-zstandard.h	Sun Sep 15 00:07:30 2019 -0400
+++ b/contrib/python-zstandard/c-ext/python-zstandard.h	Sun Sep 15 20:04:00 2019 -0700
@@ -16,7 +16,7 @@
 #include <zdict.h>
 
 /* Remember to change the string in zstandard/__init__ as well */
-#define PYTHON_ZSTANDARD_VERSION "0.11.0"
+#define PYTHON_ZSTANDARD_VERSION "0.12.0"
 
 typedef enum {
 	compressorobj_flush_finish,