From 3d96a83ef9754f8f1cc18e8d2011823dd6382204 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 29 Jul 2017 14:37:06 -0700 Subject: [PATCH] v0.8 --- NEWS | 7 +++++++ libdeflate.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 15cdc71..38b540a 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/libdeflate.h b/libdeflate.h index 32d131f..8f57295 100644 --- a/libdeflate.h +++ b/libdeflate.h @@ -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 #include