contrib/python-zstandard/c-ext/python-zstandard.h
changeset 31847 39d36c2db68e
parent 31796 e0dc40530c5a
child 37495 b1fb341d8a61
--- a/contrib/python-zstandard/c-ext/python-zstandard.h	Wed Mar 08 09:03:42 2017 -0500
+++ b/contrib/python-zstandard/c-ext/python-zstandard.h	Sat Apr 08 14:33:20 2017 -0700
@@ -17,7 +17,7 @@
 #include "zdict.h"
 #include "zstdmt_compress.h"
 
-#define PYTHON_ZSTANDARD_VERSION "0.8.0"
+#define PYTHON_ZSTANDARD_VERSION "0.8.1"
 
 typedef enum {
 	compressorobj_flush_finish,