Commit 0e9949afdea05355c9d3c65b64a7bd8729911ae7
1 parent
a9983090
Update versions for 4.0.0 release
Showing
4 changed files
with
5 additions
and
3 deletions
ChangeLog
| 1 | 2012-12-31 Jay Berkenbilt <ejb@ql.org> | 1 | 2012-12-31 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | + * 4.0.0: release | ||
| 4 | + | ||
| 3 | * Add new methods qpdf_get_pdf_extension_level, | 5 | * Add new methods qpdf_get_pdf_extension_level, |
| 4 | qpdf_set_r5_encryption_parameters, | 6 | qpdf_set_r5_encryption_parameters, |
| 5 | qpdf_set_r6_encryption_parameters, | 7 | qpdf_set_r6_encryption_parameters, |
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.2]) | 5 | +AC_INIT([qpdf],[4.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
| @@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
| 19 | #include <qpdf/QPDF_Null.hh> | 19 | #include <qpdf/QPDF_Null.hh> |
| 20 | #include <qpdf/QPDF_Dictionary.hh> | 20 | #include <qpdf/QPDF_Dictionary.hh> |
| 21 | 21 | ||
| 22 | -std::string QPDF::qpdf_version = "3.0.2+"; | 22 | +std::string QPDF::qpdf_version = "4.0.0"; |
| 23 | 23 | ||
| 24 | static char const* EMPTY_PDF = | 24 | static char const* EMPTY_PDF = |
| 25 | "%PDF-1.3\n" | 25 | "%PDF-1.3\n" |
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.2 | 3 | +Version: 4.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 |