Skip to content

Commit

Permalink
Bump version for 5.5.2beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaT75 committed Feb 14, 2024
1 parent 924fdee commit 6f17902
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/liblzma/api/lzma/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define LZMA_VERSION_MINOR 5

/** \brief Patch version number of the liblzma release. */
#define LZMA_VERSION_PATCH 1
#define LZMA_VERSION_PATCH 2

/**
* \brief Version stability marker
Expand All @@ -32,7 +32,7 @@
* - LZMA_VERSION_STABILITY_BETA
* - LZMA_VERSION_STABILITY_STABLE
*/
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_BETA

/** \brief Commit version number of the liblzma release */
#ifndef LZMA_VERSION_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion src/liblzma/liblzma_generic.map
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ global:
lzma_str_to_filters;
} XZ_5.2;

XZ_5.5.1alpha {
XZ_5.5.2beta {
global:
lzma_mt_block_size;
} XZ_5.4;
2 changes: 1 addition & 1 deletion src/liblzma/liblzma_linux.map
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ global:
lzma_str_to_filters;
} XZ_5.2;

XZ_5.5.1alpha {
XZ_5.5.2beta {
global:
lzma_mt_block_size;
} XZ_5.4;

0 comments on commit 6f17902

Please sign in to comment.