gobject-introspection 3.4.9 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,24 +0,0 @@
1
- /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
- /************************************************
3
-
4
- rbgiversion.h -
5
-
6
- This file was generated by mkmf-gnome2.rb.
7
-
8
- ************************************************/
9
-
10
- #ifndef __RBGI_VERSION_H__
11
- #define __RBGI_VERSION_H__
12
-
13
- #define GI_MAJOR_VERSION (1)
14
- #define GI_MINOR_VERSION (46)
15
- #define GI_MICRO_VERSION (0)
16
-
17
- #define GI_CHECK_VERSION(major,minor,micro) \
18
- (GI_MAJOR_VERSION > (major) || \
19
- (GI_MAJOR_VERSION == (major) && GI_MINOR_VERSION > (minor)) || \
20
- (GI_MAJOR_VERSION == (major) && GI_MINOR_VERSION == (minor) && \
21
- GI_MICRO_VERSION >= (micro)))
22
-
23
-
24
- #endif /* __RBGI_VERSION_H__ */