We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88933ca commit 2335c04Copy full SHA for 2335c04
NEWS.md
@@ -1,5 +1,10 @@
1
# libdeflate release notes
2
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
8
## Version 1.21
9
10
* Fixed build error on x86 with gcc 8.1 and gcc 8.2.
libdeflate.h
@@ -13,8 +13,8 @@ extern "C" {
13
#endif
14
15
#define LIBDEFLATE_VERSION_MAJOR 1
16
-#define LIBDEFLATE_VERSION_MINOR 21
17
-#define LIBDEFLATE_VERSION_STRING "1.21"
+#define LIBDEFLATE_VERSION_MINOR 22
+#define LIBDEFLATE_VERSION_STRING "1.22"
18
19
/*
20
* Users of libdeflate.dll on Windows can define LIBDEFLATE_DLL to cause
0 commit comments