From a844c2a3ab9bc0337fa189954efaf515148b5f0a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 20 Jan 2013 15:35:29 -0500 Subject: Set version to 4.1.a0 Next released version will be 4.1.0 since new APIs are being added. --- libqpdf/QPDF.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDF.cc') diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index 7a912dda..5ee043b9 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -19,7 +19,7 @@ #include #include -std::string QPDF::qpdf_version = "4.0.1"; +std::string QPDF::qpdf_version = "4.1.a0"; static char const* EMPTY_PDF = "%PDF-1.3\n" -- cgit v1.2.3-54-g00ecf