Commit 80fa4e01a19157a567364f6044c6e917fbe889ad

Authored by Jay Berkenbilt
1 parent 0e9949af

Set version number to 4.0.0+

Showing 1 changed file with 1 additions and 1 deletions
libqpdf/QPDF.cc
... ... @@ -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"
... ...