Commit 511e68758c67cd6470b1c500337643ae2a7b915c
1 parent
cb128d47
Update version to 3.0.0
Showing
6 changed files
with
11 additions
and
7 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],[3.0.rc1]) | 5 | +AC_INIT([qpdf],[3.0.0]) |
| 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
| @@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
| 18 | #include <qpdf/QPDF_Null.hh> | 18 | #include <qpdf/QPDF_Null.hh> |
| 19 | #include <qpdf/QPDF_Dictionary.hh> | 19 | #include <qpdf/QPDF_Dictionary.hh> |
| 20 | 20 | ||
| 21 | -std::string QPDF::qpdf_version = "3.0.rc1"; | 21 | +std::string QPDF::qpdf_version = "3.0.0"; |
| 22 | 22 | ||
| 23 | static char const* EMPTY_PDF = | 23 | static char const* EMPTY_PDF = |
| 24 | "%PDF-1.3\n" | 24 | "%PDF-1.3\n" |
libqpdf/build.mk
| @@ -80,4 +80,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc | @@ -80,4 +80,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc | ||
| 80 | # * Otherwise, increment REVISION | 80 | # * Otherwise, increment REVISION |
| 81 | 81 | ||
| 82 | $(TARGETS_libqpdf): $(OBJS_libqpdf) | 82 | $(TARGETS_libqpdf): $(OBJS_libqpdf) |
| 83 | - $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),8,0,0) | 83 | + $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),8,1,0) |
manual/qpdf-manual.xml
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | <!ENTITY mdash "—"> | 5 | <!ENTITY mdash "—"> |
| 6 | <!ENTITY ndash "–"> | 6 | <!ENTITY ndash "–"> |
| 7 | <!ENTITY nbsp " "> | 7 | <!ENTITY nbsp " "> |
| 8 | -<!ENTITY swversion "3.0.rc1"> | ||
| 9 | -<!ENTITY lastreleased "July 29, 2012"> | 8 | +<!ENTITY swversion "3.0.0"> |
| 9 | +<!ENTITY lastreleased "August 2, 2012"> | ||
| 10 | ]> | 10 | ]> |
| 11 | <book> | 11 | <book> |
| 12 | <bookinfo> | 12 | <bookinfo> |
| @@ -2383,7 +2383,7 @@ print "\n"; | @@ -2383,7 +2383,7 @@ print "\n"; | ||
| 2383 | </para> | 2383 | </para> |
| 2384 | <variablelist> | 2384 | <variablelist> |
| 2385 | <varlistentry> | 2385 | <varlistentry> |
| 2386 | - <term>3.0.rc1: July 29, 2012</term> | 2386 | + <term>3.0.0: August 2, 2012</term> |
| 2387 | <listitem> | 2387 | <listitem> |
| 2388 | <itemizedlist> | 2388 | <itemizedlist> |
| 2389 | <listitem> | 2389 | <listitem> |
qpdf.spec
| 1 | Summary: Command-line tools and library for transforming PDF files | 1 | Summary: Command-line tools and library for transforming PDF files |
| 2 | Name: qpdf | 2 | Name: qpdf |
| 3 | -Version: 3.0.rc1 | 3 | +Version: 3.0.0 |
| 4 | Release: 1%{?dist} | 4 | Release: 1%{?dist} |
| 5 | License: Artistic | 5 | License: Artistic |
| 6 | Group: System Environment/Libraries | 6 | Group: System Environment/Libraries |