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