Sha256: 367350b10b2928909cb3a442560139ecae9671c1dc6f27724d6600c82629c940
Contents?: true
Size: 734 Bytes
Versions: 15
Compression:
Stored size: 734 Bytes
Contents
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /************************************************ rbpopplerversion.h - This file was generated by mkmf-gnome2.rb. ************************************************/ #ifndef __RBPOPPLER_VERSION_H__ #define __RBPOPPLER_VERSION_H__ #define POPPLER_MAJOR_VERSION (0) #define POPPLER_MINOR_VERSION (6) #define POPPLER_MICRO_VERSION (2) #define POPPLER_CHECK_VERSION(major,minor,micro) \ (POPPLER_MAJOR_VERSION > (major) || \ (POPPLER_MAJOR_VERSION == (major) && POPPLER_MINOR_VERSION > (minor)) || \ (POPPLER_MAJOR_VERSION == (major) && POPPLER_MINOR_VERSION == (minor) && \ POPPLER_MICRO_VERSION >= (micro))) #endif /* __RBPOPPLER_VERSION_H__ */
Version data entries
15 entries across 15 versions & 1 rubygems