aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-12-13 20:37:17 +0200
committerLasse Collin <lasse.collin@tukaani.org>2022-12-13 20:46:41 +0200
commitb69da6d4bb6bb11fc0cf066920791990d2b22a06 (patch)
treed8ac0e4945087e99fae1840b3aa985095a516329 /src/liblzma/api
parentUpdate INSTALL: CMake on Windows isn't experimental anymore. (diff)
downloadxz-b69da6d4bb6bb11fc0cf066920791990d2b22a06.tar.xz
Bump version to 5.4.0 and soname to 5.4.0.larhzu/v5.4.0
Diffstat (limited to 'src/liblzma/api')
-rw-r--r--src/liblzma/api/lzma/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h
index 1a80ba61..7d37130f 100644
--- a/src/liblzma/api/lzma/version.h
+++ b/src/liblzma/api/lzma/version.h
@@ -21,9 +21,9 @@
* Version number split into components
*/
#define LZMA_VERSION_MAJOR 5
-#define LZMA_VERSION_MINOR 3
-#define LZMA_VERSION_PATCH 5
-#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_BETA
+#define LZMA_VERSION_MINOR 4
+#define LZMA_VERSION_PATCH 0
+#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE
#ifndef LZMA_VERSION_COMMIT
# define LZMA_VERSION_COMMIT ""