aboutsummaryrefslogtreecommitdiffstats
path: root/pkg-test/qpdf-version.cc
blob: ab78cede5bf3fc4b8c6242dc1b823ddfa56f0106 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <qpdf/QPDF.hh>
#include <iostream>

int
main()
{
    std::cout << QPDF::QPDFVersion() << std::endl;
    return 0;
}