Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Dec 28, 2019
1 parent ecffc1f commit 3107ae1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.5:
Fixed up stdcall support on 32-bit Windows: the functions are
now exported using both suffixed and non-suffixed names, and
fixed libdeflate.h to be MSVC-compatible again.

Version 1.4:
The 32-bit Windows build of libdeflate now uses the "stdcall"
calling convention instead of "cdecl". If you're calling
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 1
#define LIBDEFLATE_VERSION_MINOR 4
#define LIBDEFLATE_VERSION_STRING "1.4"
#define LIBDEFLATE_VERSION_MINOR 5
#define LIBDEFLATE_VERSION_STRING "1.5"

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

0 comments on commit 3107ae1

Please sign in to comment.