Skip to content

Commit

Permalink
Bump version number for 5.5.1alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaT75 committed Jan 26, 2024
1 parent c7a7ae1 commit b43c3e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/liblzma/api/lzma/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define LZMA_VERSION_MINOR 5

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

/**
* \brief Version stability marker
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 @@ -120,7 +120,7 @@ global:
lzma_str_to_filters;
} XZ_5.2;

XZ_5.5.0alpha {
XZ_5.5.1alpha {
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 @@ -135,7 +135,7 @@ global:
lzma_str_to_filters;
} XZ_5.2;

XZ_5.5.0alpha {
XZ_5.5.1alpha {
global:
lzma_mt_block_size;
} XZ_5.4;

0 comments on commit b43c3e4

Please sign in to comment.