summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-12-31 03:06:45 +0100
committerJay Berkenbilt <ejb@ql.org>2012-12-31 16:32:32 +0100
commit0ea70e5daed08e7a7c23ca5bf1a0320478d0e552 (patch)
tree7573360e2018b2487e65c35178de73a6d6775bb7
parent8843e499b85fed77c49e8ec0cdc83887a77d59db (diff)
downloadqpdf-0ea70e5daed08e7a7c23ca5bf1a0320478d0e552.tar.zst
Update shared library major version to 10
The upcoming 3.1 release contains non-compatible API changes, though they only affect parts of the interface that are extremely unlikely to have been used outside of qpdf itself. The methods and data types affected were used for communication between QPDFWriter and QPDF and would have had no real use in end user code.
-rw-r--r--libqpdf.map2
-rw-r--r--libqpdf/build.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf.map b/libqpdf.map
index 857f56cb..ab23bd9a 100644
--- a/libqpdf.map
+++ b/libqpdf.map
@@ -1,4 +1,4 @@
-LIBQPDF_8 {
+LIBQPDF_10 {
global:
*;
};
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 4fc4e078..d64fde55 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -91,4 +91,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c
# * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf)
- $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),9,0,1)
+ $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),10,0,0)