Sha256: 968c0bef7e23fe6ce89fefefcebaf59a9c623c82b18485b77573025154605a7d

Contents?: true

Size: 735 Bytes

Versions: 3

Compression:

Stored size: 735 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 (12)
#define POPPLER_MICRO_VERSION (1)

#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

3 entries across 3 versions & 1 rubygems

Version Path
poppler-0.20.1 src/rbpopplerversion.h
poppler-0.20.0.1 src/rbpopplerversion.h
poppler-0.20.0 src/rbpopplerversion.h