OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
80fa4e01a19157a567364f6044c6e917fbe889ad
Authored by
Jay Berkenbilt
2013-01-03 16:42:10 -0500
1 parent
0e9949af
Set version number to 4.0.0+
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libqpdf/QPDF.cc
libqpdf/QPDF.cc
View file @
80fa4e0
...
...
@@ -19,7 +19,7 @@
19
19
#include <qpdf/QPDF_Null.hh>
20
20
#include <qpdf/QPDF_Dictionary.hh>
21
21
22
-std::string QPDF::qpdf_version = "4.0.0
";
22
+std::string QPDF::qpdf_version = "4.0.0
+
";
23
23
24
24
static char const* EMPTY_PDF =
25
25
"%PDF-1.3\n"
...
...