Sha256: f4d61b35a634381679206eb929f6e79b7838fabba3cbdd4b9cd74dca1cac4a4a
Contents?: true
Size: 665 Bytes
Versions: 10
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 (42) #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
10 entries across 10 versions & 1 rubygems