Bumped version to 4.999.6alpha.

This commit is contained in:
Lasse Collin 2008-09-10 19:16:32 +03:00
parent cb072b7c84
commit 9373e81e18
2 changed files with 2 additions and 2 deletions

View File

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

View File

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