diff options
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 { | 
