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
8c99e4a6c0f79c62fb9983404086c72ecf54ac83
Authored by
Jay Berkenbilt
2012-09-23 17:41:08 -0400
1 parent
03ad9dbf
Indicate pre-release version
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libqpdf/QPDF.cc
libqpdf/QPDF.cc
View file @
8c99e4a
...
...
@@ -18,7 +18,7 @@
18
18
#include <qpdf/QPDF_Null.hh>
19
19
#include <qpdf/QPDF_Dictionary.hh>
20
20
21
-std::string QPDF::qpdf_version = "3.0.2
";
21
+std::string QPDF::qpdf_version = "3.0.2
+
";
22
22
23
23
static char const* EMPTY_PDF =
24
24
"%PDF-1.3\n"
...
...