diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-23 08:16:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-23 08:16:40 +0200 |
commit | 66103f5590123cba39be5cada1ffb2832a6981e8 (patch) | |
tree | 7c240ac126beec49aa80f9c646407e39b79685c8 /REFLECTION | |
parent | 07adae3fcc55c93767b559397f2e6abc22226e66 (diff) |
- update to 0.7.2
- use bundled libzstd 1.4.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ -Extension [ <persistent> extension #187 zstd version 0.7.1 ] { +Extension [ <persistent> extension #187 zstd version 0.7.2 ] { - - Constants [3] { + - Constants [5] { Constant [ integer ZSTD_COMPRESS_LEVEL_MIN ] { 1 } Constant [ integer ZSTD_COMPRESS_LEVEL_MAX ] { 22 } Constant [ integer ZSTD_COMPRESS_LEVEL_DEFAULT ] { 3 } + Constant [ integer LIBZSTD_VERSION_NUMBER ] { 10400 } + Constant [ string LIBZSTD_VERSION_STRING ] { 1.4.0 } } - Functions { |