aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-08-11 21:34:41 +0200
committerJay Berkenbilt <ejb@ql.org>2011-08-11 21:34:41 +0200
commit1d1d21d3fee33b7e82da11c6e352c8d84ed4b2db (patch)
tree79b1be8b24c4874dc3f12bbf0863269b415f9d2e /libqpdf
parent788f6f7769c9f0b4b439079d87bbc180860fa14c (diff)
downloadqpdf-1d1d21d3fee33b7e82da11c6e352c8d84ed4b2db.tar.zst
ready for 2.3.0 release
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 d161aebc..ccbbdd17 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -15,7 +15,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
-std::string QPDF::qpdf_version = "2.3.a1";
+std::string QPDF::qpdf_version = "2.3.0";
void
QPDF::InputSource::setLastOffset(off_t offset)
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index fad3691d..2fa2cc26 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -72,4 +72,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc
# * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf)
- $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),6,1,3)
+ $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),7,0,4)