Bumped version number to 4.42.3alpha.
This commit is contained in:
parent
b499a0403e
commit
ce64df7162
|
@ -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.42.2alpha], [lasse.collin@tukaani.org])
|
||||
AC_INIT([LZMA], [4.42.3alpha], [lasse.collin@tukaani.org])
|
||||
|
||||
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* is incremented)
|
||||
* - s indicates stability: 0 = alpha, 1 = beta, 2 = stable
|
||||
*/
|
||||
#define LZMA_VERSION UINT32_C(40420010)
|
||||
#define LZMA_VERSION UINT32_C(40420030)
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue