From f8840edb77f083c1d3a653bb4edb0490d53eab2c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 14:34:37 +0100 Subject: Merging upstream version 0.5. Signed-off-by: Daniel Baumann --- lzlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lzlib.h') diff --git a/lzlib.h b/lzlib.h index f2ef9d3..7dc9aab 100644 --- a/lzlib.h +++ b/lzlib.h @@ -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, -- cgit v1.2.3