view src/poppler-test.cxx @ 4050:8d7b7eb20e90

upgrade gl2ps to version 1.3.9 *gl2ps.mk: update version and checksum
author Avinoam
date Tue, 20 Oct 2015 20:04:01 +0300
parents 84a15985a644
children
line wrap: on
line source

#include <iostream>
#include <cpp/poppler-version.h>

int main(int argc, char *argv[])
{
    (void)argc;
    (void)argv;

    std::cout << "Poppler version: " << poppler::version_string() << std::endl;

    return 0;
}