Commit 94e55394ed388162c323115df3c9120ed8ce8c86
1 parent
2d0cc34f
Prepare 5.1.3 release
Showing
4 changed files
with
5 additions
and
3 deletions
ChangeLog
configure.ac
| @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. | @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. | ||
| 2 | dnl This config.in requires autoconf 2.5 or greater. | 2 | dnl This config.in requires autoconf 2.5 or greater. |
| 3 | 3 | ||
| 4 | AC_PREREQ([2.68]) | 4 | AC_PREREQ([2.68]) |
| 5 | -AC_INIT([qpdf],[5.1.2]) | 5 | +AC_INIT([qpdf],[5.1.3]) |
| 6 | 6 | ||
| 7 | AC_CONFIG_MACRO_DIR([m4]) | 7 | AC_CONFIG_MACRO_DIR([m4]) |
| 8 | AC_CONFIG_FILES([autoconf.mk]) | 8 | AC_CONFIG_FILES([autoconf.mk]) |
libqpdf/QPDF.cc
| @@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
| 20 | #include <qpdf/QPDF_Null.hh> | 20 | #include <qpdf/QPDF_Null.hh> |
| 21 | #include <qpdf/QPDF_Dictionary.hh> | 21 | #include <qpdf/QPDF_Dictionary.hh> |
| 22 | 22 | ||
| 23 | -std::string QPDF::qpdf_version = "5.1.2"; | 23 | +std::string QPDF::qpdf_version = "5.1.3"; |
| 24 | 24 | ||
| 25 | static char const* EMPTY_PDF = | 25 | static char const* EMPTY_PDF = |
| 26 | "%PDF-1.3\n" | 26 | "%PDF-1.3\n" |
libqpdf/build.mk
| @@ -96,4 +96,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c | @@ -96,4 +96,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c | ||
| 96 | # * Otherwise, increment REVISION | 96 | # * Otherwise, increment REVISION |
| 97 | 97 | ||
| 98 | $(TARGETS_libqpdf): $(OBJS_libqpdf) | 98 | $(TARGETS_libqpdf): $(OBJS_libqpdf) |
| 99 | - $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),14,2,1) | 99 | + $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),15,0,2) |