Bumped version number to 4.42.3alpha.

This commit is contained in:
Lasse Collin 2007-12-10 20:44:16 +02:00
parent b499a0403e
commit ce64df7162
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.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])

View File

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