Commit b029555909ebc19fe54400ed29ed82442ba8675e

Authored by Jay Berkenbilt
1 parent b8bdef0a

Bump soname minor revision for ABI additions

Showing 1 changed file with 1 additions and 1 deletions
libqpdf/build.mk
... ... @@ -96,4 +96,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c
96 96 # * Otherwise, increment REVISION
97 97  
98 98 $(TARGETS_libqpdf): $(OBJS_libqpdf)
99   - $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),15,0,2)
  99 + $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),16,0,3)
... ...