mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-10 21:08:19 -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:
|
Version 0.2:
|
||||||
Implemented a new block splitting algorithm which typically improves the
|
Implemented a new block splitting algorithm which typically improves the
|
||||||
compression ratio slightly at all compression levels.
|
compression ratio slightly at all compression levels.
|
||||||
|
@ -10,8 +10,8 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LIBDEFLATE_VERSION_MAJOR 0
|
#define LIBDEFLATE_VERSION_MAJOR 0
|
||||||
#define LIBDEFLATE_VERSION_MINOR 2
|
#define LIBDEFLATE_VERSION_MINOR 3
|
||||||
#define LIBDEFLATE_VERSION_STRING "0.2"
|
#define LIBDEFLATE_VERSION_STRING "0.3"
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user