aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-11-10 18:27:44 +0100
committerJay Berkenbilt <ejb@ql.org>2015-11-10 18:42:37 +0100
commit1f4a67912c676158f40209aa72e8119fc7afcb3b (patch)
treebe22b8374be4e69f0b8f3205d8525f403413289c /libqpdf/build.mk
parente0e9d646740285f5305c59dc420e39129a80594a (diff)
downloadqpdf-1f4a67912c676158f40209aa72e8119fc7afcb3b.tar.zst
Bump library soname
Also update maintainer documentation on binary compatibility testing.
Diffstat (limited to 'libqpdf/build.mk')
-rw-r--r--libqpdf/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 2abab09a..4963027e 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -96,4 +96,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c
# * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf)
- $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),16,0,3)
+ $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),17,0,0)