summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-12-31 16:48:54 +0100
committerJay Berkenbilt <ejb@ql.org>2012-12-31 17:43:27 +0100
commit0e9949afdea05355c9d3c65b64a7bd8729911ae7 (patch)
tree3f3a4211263d1a1400f89d9738248339083a4c9b
parenta9983090ca38432c935e1050a53c1eb767ebd001 (diff)
downloadqpdf-0e9949afdea05355c9d3c65b64a7bd8729911ae7.tar.zst
Update versions for 4.0.0 releaserelease-qpdf-4.0.0
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--qpdf.spec2
4 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c68c4ceb..71369f9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/configure.ac b/configure.ac
index 20a27a92..dff0bd16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index e86aecef..a779c23d 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -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"
diff --git a/qpdf.spec b/qpdf.spec
index 3f32939a..bf434e8f 100644
--- a/qpdf.spec
+++ b/qpdf.spec
@@ -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