Skip to content

Commit

Permalink
v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Jul 29, 2017
1 parent 48dcf68 commit 3d96a83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.8:
Build fixes for certain platforms and compilers.

libdeflate now produces the same output on all CPU architectures.

Improved documentation for building libdeflate on Windows.

Version 0.7:
Fixed a very rare bug that caused data to be compressed incorrectly.
The bug affected compression levels 7 and below since libdeflate v0.2.
Expand Down
4 changes: 2 additions & 2 deletions libdeflate.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ extern "C" {
#endif

#define LIBDEFLATE_VERSION_MAJOR 0
#define LIBDEFLATE_VERSION_MINOR 7
#define LIBDEFLATE_VERSION_STRING "0.7"
#define LIBDEFLATE_VERSION_MINOR 8
#define LIBDEFLATE_VERSION_STRING "0.8"

#include <stddef.h>
#include <stdint.h>
Expand Down

0 comments on commit 3d96a83

Please sign in to comment.