From a071e2d0578c8f9aee207c63bc6c4d170065a85b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 14:36:52 +0100 Subject: Adding upstream version 0.7. 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 53818bb..48a1b91 100644 --- a/lzlib.h +++ b/lzlib.h @@ -29,7 +29,7 @@ extern "C" { #endif -const char * const LZ_version_string = "0.6"; +const char * const LZ_version_string = "0.7"; enum { min_dictionary_bits = 12, min_dictionary_size = 1 << min_dictionary_bits, -- cgit v1.2.3