diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-04-25 13:32:35 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-04-25 13:32:35 +0300 |
commit | 8f804c29aa8471ccd6438ddca254092b8869ca52 (patch) | |
tree | ff0dc429ae3667eea2b03d4b8f27065ae70cda5c /configure.ac | |
parent | Fix a memory leak by calling free(extra->data) in (diff) | |
download | xz-8f804c29aa8471ccd6438ddca254092b8869ca52.tar.xz |
Bumped version number to 4.999.3alpha. It will become 5.0.0
once we have a stable release (won't be very soon). The
version number is no longer related to version of LZMA SDK.
Made some small Automake-related changes to toplevel
Makefile.am and configure.ac.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dbafd73c..8e531d67 100644 --- a/configure.ac +++ b/configure.ac @@ -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.3alpha], [lasse.collin@tukaani.org]) +AC_INIT([LZMA], [4.999.3alpha], [lasse.collin@tukaani.org]) AC_CONFIG_SRCDIR([src/liblzma/common/common.h]) AC_CONFIG_HEADER([config.h]) @@ -354,7 +354,7 @@ echo "Initializing Automake:" CXX=no F77=no -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.10 foreign tar-v7 filename-length-max=99]) AC_PROG_LN_S AM_PROG_CC_C_O AM_PROG_AS |