Final preparation for 4.1.0 release

This commit is contained in:
Jay Berkenbilt 2013-04-14 14:39:59 -04:00
parent 403bb68d33
commit f02c5f5e12
6 changed files with 8 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2013-04-14 Jay Berkenbilt <ejb@ql.org>
* 4.1.0: release
2013-03-25 Jay Berkenbilt <ejb@ql.org>
* manual/qpdf-manual.xml: Document the casting policy that is

View File

@ -104,7 +104,7 @@ Release Reminders
* Create a tag in the version control system, and make backups of the
actual releases. With git, use git tag -s to create a signed tag:
git tag -s release-qpdf-$version HEAD -m'qpdf $version'
git tag -s release-qpdf-$version HEAD -m"qpdf $version"
* When releasing on sourceforge, external-libs distributions go in
external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv.

6
TODO
View File

@ -1,9 +1,3 @@
4.1.0
=====
* New public interfaces have been added.
4.2.0
=====

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],[4.0.1])
AC_INIT([qpdf],[4.1.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])

View File

@ -19,7 +19,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
std::string QPDF::qpdf_version = "4.1.a0";
std::string QPDF::qpdf_version = "4.1.0";
static char const* EMPTY_PDF =
"%PDF-1.3\n"

View File

@ -93,4 +93,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c
# * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf)
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),10,1,0)
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),11,0,1)