Commit a844c2a3ab9bc0337fa189954efaf515148b5f0a

Authored by Jay Berkenbilt
1 parent 8708fd37

Set version to 4.1.a0

Next released version will be 4.1.0 since new APIs are being added.
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.1";
  22 +std::string QPDF::qpdf_version = "4.1.a0";
23 23  
24 24 static char const* EMPTY_PDF =
25 25 "%PDF-1.3\n"
... ...