pango-features.h 212 B

12345678910
  1. #ifndef PANGO_FEATURES_H
  2. #define PANGO_FEATURES_H
  3. #define PANGO_VERSION_MAJOR 1
  4. #define PANGO_VERSION_MINOR 42
  5. #define PANGO_VERSION_MICRO 3
  6. #define PANGO_VERSION_STRING "1.42.3"
  7. #endif /* PANGO_FEATURES_H */