diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:34:28 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:34:28 +0000 |
commit | bd57902c053fc6dfcfb477b465dd30c1db910c0e (patch) | |
tree | 128294bbf64ceb320138a1d9abb663500e9b49e1 /lzlib.h | |
parent | Adding upstream version 0.4. (diff) | |
download | lzlib-bd57902c053fc6dfcfb477b465dd30c1db910c0e.tar.xz lzlib-bd57902c053fc6dfcfb477b465dd30c1db910c0e.zip |
Adding upstream version 0.5.upstream/0.5
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lzlib.h')
-rw-r--r-- | lzlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |