mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Update versions for 4.0.0 release
This commit is contained in:
parent
a9983090ca
commit
0e9949afde
@ -1,5 +1,7 @@
|
|||||||
2012-12-31 Jay Berkenbilt <ejb@ql.org>
|
2012-12-31 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
|
* 4.0.0: release
|
||||||
|
|
||||||
* Add new methods qpdf_get_pdf_extension_level,
|
* Add new methods qpdf_get_pdf_extension_level,
|
||||||
qpdf_set_r5_encryption_parameters,
|
qpdf_set_r5_encryption_parameters,
|
||||||
qpdf_set_r6_encryption_parameters,
|
qpdf_set_r6_encryption_parameters,
|
||||||
|
@ -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.
|
dnl This config.in requires autoconf 2.5 or greater.
|
||||||
|
|
||||||
AC_PREREQ([2.68])
|
AC_PREREQ([2.68])
|
||||||
AC_INIT([qpdf],[3.0.2])
|
AC_INIT([qpdf],[4.0.0])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_FILES([autoconf.mk])
|
AC_CONFIG_FILES([autoconf.mk])
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include <qpdf/QPDF_Null.hh>
|
#include <qpdf/QPDF_Null.hh>
|
||||||
#include <qpdf/QPDF_Dictionary.hh>
|
#include <qpdf/QPDF_Dictionary.hh>
|
||||||
|
|
||||||
std::string QPDF::qpdf_version = "3.0.2+";
|
std::string QPDF::qpdf_version = "4.0.0";
|
||||||
|
|
||||||
static char const* EMPTY_PDF =
|
static char const* EMPTY_PDF =
|
||||||
"%PDF-1.3\n"
|
"%PDF-1.3\n"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Command-line tools and library for transforming PDF files
|
Summary: Command-line tools and library for transforming PDF files
|
||||||
Name: qpdf
|
Name: qpdf
|
||||||
Version: 3.0.2
|
Version: 4.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user