mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Update version to 3.0.0
This commit is contained in:
parent
cb128d47c7
commit
511e68758c
@ -1,3 +1,7 @@
|
||||
2012-07-31 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 3.0.0: release
|
||||
|
||||
2012-07-29 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 3.0.rc1: release
|
||||
|
@ -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],[3.0.rc1])
|
||||
AC_INIT([qpdf],[3.0.0])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_FILES([autoconf.mk])
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <qpdf/QPDF_Null.hh>
|
||||
#include <qpdf/QPDF_Dictionary.hh>
|
||||
|
||||
std::string QPDF::qpdf_version = "3.0.rc1";
|
||||
std::string QPDF::qpdf_version = "3.0.0";
|
||||
|
||||
static char const* EMPTY_PDF =
|
||||
"%PDF-1.3\n"
|
||||
|
@ -80,4 +80,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc
|
||||
# * Otherwise, increment REVISION
|
||||
|
||||
$(TARGETS_libqpdf): $(OBJS_libqpdf)
|
||||
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),8,0,0)
|
||||
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),8,1,0)
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "3.0.rc1">
|
||||
<!ENTITY lastreleased "July 29, 2012">
|
||||
<!ENTITY swversion "3.0.0">
|
||||
<!ENTITY lastreleased "August 2, 2012">
|
||||
]>
|
||||
<book>
|
||||
<bookinfo>
|
||||
@ -2383,7 +2383,7 @@ print "\n";
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>3.0.rc1: July 29, 2012</term>
|
||||
<term>3.0.0: August 2, 2012</term>
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user