diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-21 10:55:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-21 10:55:16 +0200 |
commit | 8eaf47deaba1bfa233a01bd16bc748ab97c4c275 (patch) | |
tree | bd998c2c7a091bff696806177d2c4227f7528dff /REFLECTION | |
parent | 4ccdcf1690e486c1c5b7e3931d5217decb8af7ff (diff) |
update to 0.3.3 with bundled liblz4 version 1.8.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -Extension [ <persistent> extension #103 lz4 version 0.3.2 ] { +Extension [ <persistent> extension #104 lz4 version 0.3.3 ] { - Constants [3] { Constant [ integer LZ4_CLEVEL_MIN ] { 3 } - Constant [ integer LZ4_CLEVEL_MAX ] { 16 } - Constant [ integer LZ4_VERSION ] { 10705 } + Constant [ integer LZ4_CLEVEL_MAX ] { 12 } + Constant [ integer LZ4_VERSION ] { 10800 } } - Functions { |