mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-08 11:50:00 -04:00
v0.3
This commit is contained in:
parent
6ac4a94203
commit
e3cfa7b5cd
3
NEWS
3
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.
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user