summaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-05-24 23:26:37 +0200
committerJay Berkenbilt <ejb@ql.org>2015-05-24 23:26:49 +0200
commit94e55394ed388162c323115df3c9120ed8ce8c86 (patch)
treee6fb32a9667500d96aac928392621a738a2dfb41 /libqpdf
parent2d0cc34f982a34697b31f4f9a0252cdad7ced6fd (diff)
downloadqpdf-release-qpdf-5.1.3.tar.zst
Prepare 5.1.3 releaserelease-qpdf-5.1.3
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--libqpdf/build.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index 0d7bea43..9701a4c0 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -20,7 +20,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
-std::string QPDF::qpdf_version = "5.1.2";
+std::string QPDF::qpdf_version = "5.1.3";
static char const* EMPTY_PDF =
"%PDF-1.3\n"
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index a62622b9..2cd3a54e 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),14,2,1)
+ $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),15,0,2)