From 0ea70e5daed08e7a7c23ca5bf1a0320478d0e552 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 30 Dec 2012 21:06:45 -0500 Subject: 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. --- libqpdf/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf') 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) -- cgit v1.2.3-54-g00ecf