aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-10-31 21:47:02 +0100
committerJay Berkenbilt <ejb@ql.org>2015-10-31 23:56:43 +0100
commitb029555909ebc19fe54400ed29ed82442ba8675e (patch)
tree94e88b8c9d5d4d690c4eb6145366a06c806948c0 /libqpdf
parentb8bdef0ad12883d72ced5eb443e6e34a93bbbb91 (diff)
downloadqpdf-b029555909ebc19fe54400ed29ed82442ba8675e.tar.zst
Bump soname minor revision for ABI additions
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 2cd3a54e..2abab09a 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),15,0,2)
+ $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),16,0,3)