mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Final preparation for 4.1.0 release
This commit is contained in:
parent
403bb68d33
commit
f02c5f5e12
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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])
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user