mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Bumped version to 4.999.8beta right after the release
of 4.999.7beta.
This commit is contained in:
parent
061748f593
commit
4fd43cb3a9
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
AC_PREREQ([2.61])
|
AC_PREREQ([2.61])
|
||||||
|
|
||||||
AC_INIT([XZ Utils], [4.999.7beta], [lasse.collin@tukaani.org], [xz])
|
AC_INIT([XZ Utils], [4.999.8beta], [lasse.collin@tukaani.org], [xz])
|
||||||
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
|
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
* \note The version number of liblzma has nothing to with
|
* \note The version number of liblzma has nothing to with
|
||||||
* the version number of Igor Pavlov's LZMA SDK.
|
* the version number of Igor Pavlov's LZMA SDK.
|
||||||
*/
|
*/
|
||||||
#define LZMA_VERSION UINT32_C(49990071)
|
#define LZMA_VERSION UINT32_C(49990081)
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue