aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/zstandard/py3/patches/zstd-version.patch
blob: c195f921e0d41e337ed0b19f16f5b744e6102b9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/python/zstandard/py3/c-ext/backend_c.c	(index)
+++ contrib/python/zstandard/py3/c-ext/backend_c.c	(working tree)
@@ -152,7 +152,7 @@ void zstd_module_init(PyObject *m) {
     PyObject *features = NULL;
     PyObject *feature = NULL;
     unsigned zstd_ver_no = ZSTD_versionNumber();
-    unsigned our_hardcoded_version = 10506;
+    unsigned our_hardcoded_version = 10507;
     if (ZSTD_VERSION_NUMBER != our_hardcoded_version ||
         zstd_ver_no != our_hardcoded_version) {
         PyErr_Format(