Commit 0e9949afdea05355c9d3c65b64a7bd8729911ae7

Authored by Jay Berkenbilt
1 parent a9983090

Update versions for 4.0.0 release

ChangeLog
1 1 2012-12-31 Jay Berkenbilt <ejb@ql.org>
2 2  
  3 + * 4.0.0: release
  4 +
3 5 * Add new methods qpdf_get_pdf_extension_level,
4 6 qpdf_set_r5_encryption_parameters,
5 7 qpdf_set_r6_encryption_parameters,
... ...
configure.ac
... ... @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2 2 dnl This config.in requires autoconf 2.5 or greater.
3 3  
4 4 AC_PREREQ([2.68])
5   -AC_INIT([qpdf],[3.0.2])
  5 +AC_INIT([qpdf],[4.0.0])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ...
libqpdf/QPDF.cc
... ... @@ -19,7 +19,7 @@
19 19 #include <qpdf/QPDF_Null.hh>
20 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 24 static char const* EMPTY_PDF =
25 25 "%PDF-1.3\n"
... ...
qpdf.spec
1 1 Summary: Command-line tools and library for transforming PDF files
2 2 Name: qpdf
3   -Version: 3.0.2
  3 +Version: 4.0.0
4 4 Release: 1%{?dist}
5 5 License: Artistic
6 6 Group: System Environment/Libraries
... ...