Skip to content

Commit

Permalink
v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Aug 5, 2022
1 parent c182c3f commit f9ffb2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# libdeflate release notes

## [git master branch]
## Version 1.13

* On Windows, libdeflate has changed back to always using the default calling
convention ("cdecl"), instead of "stdcall".
* Changed the 32-bit Windows build of the library to use the default calling
convention (cdecl) instead of stdcall, reverting a change from libdeflate 1.4.

* Fixed a couple macOS compatibility issues with the gzip program.

## Version 1.12

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 12
#define LIBDEFLATE_VERSION_STRING "1.12"
#define LIBDEFLATE_VERSION_MINOR 13
#define LIBDEFLATE_VERSION_STRING "1.13"

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

0 comments on commit f9ffb2e

Please sign in to comment.