source: trunk/third/gtk2/gdk-pixbuf/gdk-pixbuf-features.h @ 18785

Revision 18785, 330 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18784, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef GDK_PIXBUF_FEATURES_H
2#define GDK_PIXBUF_FEATURES_H 1
3
4#define GDK_PIXBUF_MAJOR (2)
5#define GDK_PIXBUF_MINOR (2)
6#define GDK_PIXBUF_MICRO (1)
7#define GDK_PIXBUF_VERSION "2.2.1"
8
9extern const guint gdk_pixbuf_major_version, gdk_pixbuf_minor_version, gdk_pixbuf_micro_version;
10extern const char *gdk_pixbuf_version;
11
12#endif
Note: See TracBrowser for help on using the repository browser.