Prepare 5.1.3 release

This commit is contained in:
Jay Berkenbilt 2015-05-24 17:26:37 -04:00
parent 2d0cc34f98
commit 94e55394ed
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2015-05-24 Jay Berkenbilt <ejb@ql.org>
* 5.1.3: release
* Bug fix: fix-qdf was not handling object streams with more than
255 objects in them.

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ([2.68])
AC_INIT([qpdf],[5.1.2])
AC_INIT([qpdf],[5.1.3])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])

View File

@ -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"

View File

@ -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)