1
0
Fork 0

Adding upstream version 0.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 16:02:12 +01:00
parent 62f856b64f
commit 28866a8851
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
15 changed files with 64 additions and 59 deletions

View file

@ -29,7 +29,7 @@
extern "C" {
#endif
const char * const LZ_version_string = "0.4";
const char * const LZ_version_string = "0.5";
enum { min_dictionary_bits = 12,
min_dictionary_size = 1 << min_dictionary_bits,