Bumped version to 4.999.8beta right after the release

of 4.999.7beta.
This commit is contained in:
Lasse Collin 2008-12-31 20:01:00 +02:00
parent 061748f593
commit 4fd43cb3a9
2 changed files with 2 additions and 2 deletions

View File

@ -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])

View File

@ -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)
/**