Skip to content

Commit 3d96a83

Browse files
committed
v0.8
1 parent 48dcf68 commit 3d96a83

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.8:
2+
Build fixes for certain platforms and compilers.
3+
4+
libdeflate now produces the same output on all CPU architectures.
5+
6+
Improved documentation for building libdeflate on Windows.
7+
18
Version 0.7:
29
Fixed a very rare bug that caused data to be compressed incorrectly.
310
The bug affected compression levels 7 and below since libdeflate v0.2.

libdeflate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ extern "C" {
1010
#endif
1111

1212
#define LIBDEFLATE_VERSION_MAJOR 0
13-
#define LIBDEFLATE_VERSION_MINOR 7
14-
#define LIBDEFLATE_VERSION_STRING "0.7"
13+
#define LIBDEFLATE_VERSION_MINOR 8
14+
#define LIBDEFLATE_VERSION_STRING "0.8"
1515

1616
#include <stddef.h>
1717
#include <stdint.h>

0 commit comments

Comments
 (0)