/usr/include/podofo/base/PdfVersion.h is in libpodofo-dev 0.9.5-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #ifndef PODOFO_PDFVERSION_H
#define PODOFO_PDFVERSION_H
#define PODOFO_MAJOR PODOFO_VERSION_MAJOR
#define PODOFO_MINOR PODOFO_VERSION_MINOR
#define PODOFO_REVISION PODOFO_VERSION_PATCH
#define PODOFO_VERSION_STRING PODOFO_VERSION_STR
#endif
|