Commit 8c99e4a6c0f79c62fb9983404086c72ecf54ac83

Authored by Jay Berkenbilt
1 parent 03ad9dbf

Indicate pre-release version

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