Sha256: 26270e89700209c78ef25c8dc6ddf7f9ee58a37ebdaf166e31d06586868ab311
Contents?: true
Size: 665 Bytes
Versions: 38
Compression:
Stored size: 665 Bytes
Contents
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /************************************************ rbgiversion.h - This file was generated by mkmf-gnome2.rb. ************************************************/ #ifndef __RBGI_VERSION_H__ #define __RBGI_VERSION_H__ #define GI_MAJOR_VERSION (1) #define GI_MINOR_VERSION (46) #define GI_MICRO_VERSION (0) #define GI_CHECK_VERSION(major,minor,micro) \ (GI_MAJOR_VERSION > (major) || \ (GI_MAJOR_VERSION == (major) && GI_MINOR_VERSION > (minor)) || \ (GI_MAJOR_VERSION == (major) && GI_MINOR_VERSION == (minor) && \ GI_MICRO_VERSION >= (micro))) #endif /* __RBGI_VERSION_H__ */
Version data entries
38 entries across 38 versions & 1 rubygems