From e3cfa7b5cdc5a47dcfcfc29b2e468b73d368d694 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 28 May 2016 16:13:06 -0500 Subject: [PATCH] v0.3 --- NEWS | 3 +++ libdeflate.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 71e32f0..d81ba35 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 0.3: + Some bug fixes and other minor changes. + Version 0.2: Implemented a new block splitting algorithm which typically improves the compression ratio slightly at all compression levels. diff --git a/libdeflate.h b/libdeflate.h index 96b34ad..2de064f 100644 --- a/libdeflate.h +++ b/libdeflate.h @@ -10,8 +10,8 @@ extern "C" { #endif #define LIBDEFLATE_VERSION_MAJOR 0 -#define LIBDEFLATE_VERSION_MINOR 2 -#define LIBDEFLATE_VERSION_STRING "0.2" +#define LIBDEFLATE_VERSION_MINOR 3 +#define LIBDEFLATE_VERSION_STRING "0.3" #include