]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Bump version to 5.3.0alpha and soname to 5.3.99.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 30 Mar 2015 19:44:02 +0000 (22:44 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 30 Mar 2015 19:44:02 +0000 (22:44 +0300)
The idea of 99 is that it looks a bit weird in this context.
For new features there's no API/ABI stability in devel versions.

src/liblzma/Makefile.am
src/liblzma/api/lzma/version.h

index f43280be2694a11b7a773edde7fbe87bc2403d60..6323e26aade10abaaef4c0672df6ff9aa0a1f8c8 100644 (file)
@@ -24,7 +24,7 @@ liblzma_la_CPPFLAGS = \
        -I$(top_srcdir)/src/liblzma/simple \
        -I$(top_srcdir)/src/common \
        -DTUKLIB_SYMBOL_PREFIX=lzma_
-liblzma_la_LDFLAGS = -no-undefined -version-info 7:1:2
+liblzma_la_LDFLAGS = -no-undefined -version-info 8:99:3
 
 EXTRA_DIST += liblzma.map validate_map.sh
 if COND_SYMVERS
index 9682155a3a03967be9b048f8b06fccffb467f2d8..2c26ed244a00151c04854337e7a1b81af00a477e 100644 (file)
@@ -21,9 +21,9 @@
  * Version number split into components
  */
 #define LZMA_VERSION_MAJOR 5
-#define LZMA_VERSION_MINOR 2
-#define LZMA_VERSION_PATCH 1
-#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE
+#define LZMA_VERSION_MINOR 3
+#define LZMA_VERSION_PATCH 0
+#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
 
 #ifndef LZMA_VERSION_COMMIT
 #      define LZMA_VERSION_COMMIT ""