aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2016-12-30 13:26:36 +0200
committerLasse Collin <lasse.collin@tukaani.org>2016-12-30 13:26:36 +0200
commit3d566cd519017eee1a400e7961ff14058dfaf33c (patch)
treebef047d9c97d44bb2ab30aac1256746361b82cc6
parentUpdate NEWS for 5.2.3. (diff)
downloadxz-larhzu/v5.2.3.tar.xz
Bump version and soname for 5.2.3.larhzu/v5.2.3
-rw-r--r--src/liblzma/Makefile.am2
-rw-r--r--src/liblzma/api/lzma/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/Makefile.am b/src/liblzma/Makefile.am
index 24d9c261..802feb3f 100644
--- a/src/liblzma/Makefile.am
+++ b/src/liblzma/Makefile.am
@@ -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:2:2
+liblzma_la_LDFLAGS = -no-undefined -version-info 7:3:2
EXTRA_DIST += liblzma.map validate_map.sh
if COND_SYMVERS
diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h
index 8bdc7f0b..b5e061c2 100644
--- a/src/liblzma/api/lzma/version.h
+++ b/src/liblzma/api/lzma/version.h
@@ -22,7 +22,7 @@
*/
#define LZMA_VERSION_MAJOR 5
#define LZMA_VERSION_MINOR 2
-#define LZMA_VERSION_PATCH 2
+#define LZMA_VERSION_PATCH 3
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE
#ifndef LZMA_VERSION_COMMIT