This commit is contained in:
Eric Biggers 2016-05-28 16:13:06 -05:00
parent 6ac4a94203
commit e3cfa7b5cd
2 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -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.

View File

@ -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 <stddef.h>