aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDF.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDF.hh')
-rw-r--r--include/qpdf/QPDF.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 44e1a11f..3353416b 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -28,6 +28,10 @@ class QPDFExc;
class QPDF
{
public:
+ // Get the current version of the QPDF software
+ QPDF_DLL
+ static std::string const& QPDFVersion();
+
QPDF_DLL
QPDF();
QPDF_DLL
@@ -304,6 +308,8 @@ class QPDF
friend class Pipe;
private:
+ static std::string qpdf_version;
+
class InputSource
{
public: