From 80fa4e01a19157a567364f6044c6e917fbe889ad Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 3 Jan 2013 16:42:10 -0500 Subject: Set version number to 4.0.0+ --- libqpdf/QPDF.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index a779c23d..160cee4b 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -19,7 +19,7 @@ #include #include -std::string QPDF::qpdf_version = "4.0.0"; +std::string QPDF::qpdf_version = "4.0.0+"; static char const* EMPTY_PDF = "%PDF-1.3\n" -- cgit v1.2.3-54-g00ecf