Update versions for 4.0.0 release

This commit is contained in:
Jay Berkenbilt 2012-12-31 10:48:54 -05:00
parent a9983090ca
commit 0e9949afde
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2012-12-31 Jay Berkenbilt <ejb@ql.org>
* 4.0.0: release
* Add new methods qpdf_get_pdf_extension_level,
qpdf_set_r5_encryption_parameters,
qpdf_set_r6_encryption_parameters,

View File

@ -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.2])
AC_INIT([qpdf],[4.0.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])

View File

@ -19,7 +19,7 @@
#include <qpdf/QPDF_Null.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 =
"%PDF-1.3\n"

View File

@ -1,6 +1,6 @@
Summary: Command-line tools and library for transforming PDF files
Name: qpdf
Version: 3.0.2
Version: 4.0.0
Release: 1%{?dist}
License: Artistic
Group: System Environment/Libraries