aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-10-25 12:59:25 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-10-25 12:59:25 +0300
commit7c427ec38d016c0070a42315d752857e33792fc4 (patch)
treead01ceb5dcb622d3e006878e6f3ce5ecb37ecf71 /src
parentBuild: Fix mydist rule when .git doesn't exist. (diff)
downloadxz-7c427ec38d016c0070a42315d752857e33792fc4.tar.xz
Bump version 5.1.0alpha.larhzu/v5.1.0alpha
Diffstat (limited to 'src')
-rw-r--r--src/liblzma/api/lzma/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h
index 25e8a820..a908ea25 100644
--- a/src/liblzma/api/lzma/version.h
+++ b/src/liblzma/api/lzma/version.h
@@ -21,9 +21,9 @@
* Version number split into components
*/
#define LZMA_VERSION_MAJOR 5
-#define LZMA_VERSION_MINOR 0
+#define LZMA_VERSION_MINOR 1
#define LZMA_VERSION_PATCH 0
-#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE
+#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
#ifndef LZMA_VERSION_COMMIT
# define LZMA_VERSION_COMMIT ""