Skip to content

Commit 2335c04

Browse files
committed
v1.22
1 parent 88933ca commit 2335c04

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# libdeflate release notes
22

3+
## Version 1.22
4+
5+
* The CMake-based build system now implements a workaround for gcc being paired
6+
with a too-old binutils version. This can prevent build errors.
7+
38
## Version 1.21
49

510
* Fixed build error on x86 with gcc 8.1 and gcc 8.2.

libdeflate.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ extern "C" {
1313
#endif
1414

1515
#define LIBDEFLATE_VERSION_MAJOR 1
16-
#define LIBDEFLATE_VERSION_MINOR 21
17-
#define LIBDEFLATE_VERSION_STRING "1.21"
16+
#define LIBDEFLATE_VERSION_MINOR 22
17+
#define LIBDEFLATE_VERSION_STRING "1.22"
1818

1919
/*
2020
* Users of libdeflate.dll on Windows can define LIBDEFLATE_DLL to cause

0 commit comments

Comments
 (0)