aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-12-31 20:01:00 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-12-31 20:01:00 +0200
commit4fd43cb3a906f6da2943f69239ee984c4787c9a9 (patch)
tree468241a16be5661ef77a7c4c5508b2bb99fd9b0d /src/liblzma/api
parentDisable Subblock filter from test_compress.sh since it is (diff)
downloadxz-4fd43cb3a906f6da2943f69239ee984c4787c9a9.tar.xz
Bumped version to 4.999.8beta right after the release
of 4.999.7beta.
Diffstat (limited to 'src/liblzma/api')
-rw-r--r--src/liblzma/api/lzma/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h
index 0dbb39d6..6d6f824a 100644
--- a/src/liblzma/api/lzma/version.h
+++ b/src/liblzma/api/lzma/version.h
@@ -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)
/**