mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Bumped version to 4.999.6alpha.
This commit is contained in:
parent
cb072b7c84
commit
9373e81e18
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ AC_PREREQ(2.61)
|
|||
|
||||
# [LZMA] instead of [LZMA utils] since I prefer to have lzma-version.tar.gz
|
||||
# instead of lzma-utils-version.tar.gz.
|
||||
AC_INIT([LZMA], [4.999.5alpha], [lasse.collin@tukaani.org])
|
||||
AC_INIT([LZMA], [4.999.6alpha], [lasse.collin@tukaani.org])
|
||||
|
||||
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
* \note The version number of LZMA Utils (and thus liblzma)
|
||||
* has nothing to with the version number of LZMA SDK.
|
||||
*/
|
||||
#define LZMA_VERSION UINT32_C(49990050)
|
||||
#define LZMA_VERSION UINT32_C(49990060)
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue