We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a7ae1 commit b43c3e4Copy full SHA for b43c3e4
src/liblzma/api/lzma/version.h
@@ -23,7 +23,7 @@
23
#define LZMA_VERSION_MINOR 5
24
25
/** \brief Patch version number of the liblzma release. */
26
-#define LZMA_VERSION_PATCH 0
+#define LZMA_VERSION_PATCH 1
27
28
/**
29
* \brief Version stability marker
src/liblzma/liblzma_generic.map
@@ -120,7 +120,7 @@ global:
120
lzma_str_to_filters;
121
} XZ_5.2;
122
123
-XZ_5.5.0alpha {
+XZ_5.5.1alpha {
124
global:
125
lzma_mt_block_size;
126
} XZ_5.4;
src/liblzma/liblzma_linux.map
@@ -135,7 +135,7 @@ global:
135
136
137
138
139
140
141
0 commit comments