diff options
| author | Remi Collet <remi@remirepo.net> | 2019-12-20 14:18:09 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-12-20 14:18:09 +0100 | 
| commit | 2d7bec306202adb917a6a2627bf3296c2ca65e7d (patch) | |
| tree | 03ab2b713d9191230748ded21d585e578bee57b9 /REFLECTION | |
| parent | 1db85a17224bb7a030f334dd6e1430d69206cf65 (diff) | |
update to 0.7.5 with bundled libzstd 1.4.4
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 12 | 
1 files changed, 6 insertions, 6 deletions
| @@ -1,11 +1,11 @@ -Extension [ <persistent> extension #184 zstd version 0.7.4 ] { +Extension [ <persistent> extension #99 zstd version 0.7.5 ] {    - 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 ] { 10403 } -    Constant [ string LIBZSTD_VERSION_STRING ] { 1.4.3 } +    Constant [ int ZSTD_COMPRESS_LEVEL_MIN ] { 1 } +    Constant [ int ZSTD_COMPRESS_LEVEL_MAX ] { 22 } +    Constant [ int ZSTD_COMPRESS_LEVEL_DEFAULT ] { 3 } +    Constant [ int LIBZSTD_VERSION_NUMBER ] { 10404 } +    Constant [ string LIBZSTD_VERSION_STRING ] { 1.4.4 }    }    - Functions { | 
