1
0
镜像自地址 https://git.tukaani.org/xz.git 已同步 2026-03-24 13:37:11 +00:00

Bumped version to 4.999.8beta right after the release

of 4.999.7beta.
这个提交包含在:
Lasse Collin 2008-12-31 20:01:00 +02:00
父节点 061748f593
当前提交 4fd43cb3a9
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -24,7 +24,7 @@
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_HEADER([config.h])

查看文件

@ -37,7 +37,7 @@
* \note The version number of liblzma has nothing to with
* the version number of Igor Pavlov's LZMA SDK.
*/
#define LZMA_VERSION UINT32_C(49990071)
#define LZMA_VERSION UINT32_C(49990081)
/**